bulletproof-react
bulletproof-react copied to clipboard
Project structure: specializing stores directory
In React there are many ways to handle state. I personally use redux (via redux toolkit), context and also state at component level (useState).
What do you think about specializing the stores directory creating as many subfolders as necessary (eg. redux, contexts, recoil, jotai, ...)?
Many thanks in advance.
Mauro