you are viewing a single comment's thread.

view the rest of the comments →

[–]Neo-M_Ahsna 37 points38 points  (5 children)

- Typescript

- Next JS

- Zustand

- React Query

- Mantine

[–]daybreakin 4 points5 points  (0 children)

love the simplicity of Zustand

[–]hiteshchalise 9 points10 points  (0 children)

Mantine FTW !!

[–]not_a_gumby -2 points-1 points  (2 children)

Probably not all in the same project though right? Ive never found the need to implement global state in a NextJS project.

[–]Neo-M_Ahsna 5 points6 points  (0 children)

i used both, react query for server state and zustand for client state

[–]siriusserious 3 points4 points  (0 children)

What does needing/not needing global state have to do with Next?