Skip to content

Conversation

@FranzVDB
Copy link

@FranzVDB FranzVDB commented May 19, 2025

Libraries to look at

  • Zustand (most popular state management lib)
    • I can see in package.json that it includes Recoil but its only used for a theme store which is not enough to bring it in.
  • React tanstack query (fetching and cashing) or SWR
    • Should be used instead of plain axios (they can be used together)
    • Would mean fetch once, then cache the result meaning instant fetch for same query (like contries, which takes some time)
  • Component lib’s
    • React aria or Radix for unstyled but fully customizable and accessible ui components
    • Material UI (very popular choice in the react enterprise world
    • Shadcn/UI

…e. (lots of small thing i didnt touch such as naming and folder structure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant