react-handbook icon indicating copy to clipboard operation
react-handbook copied to clipboard

⚛🤌 Modern approaches to architecture and feature development in React apps.

Results 10 react-handbook issues
Sort by recently updated
recently updated
newest added

2. State Management is a great example here, since we want to publish an advanced guide. - this should be just like the "You will learn" summary at beginning of...

enhancement

https://react.miletadulovic.me/React+Knowledge+Base Specifically, I really liked what he wrote in: - [ ] Components basics - [x] Hooks - [ ] Common React Patterns

documentation

We should consider adding code editor, so that users can interact with code samples directly on the website. We might also consider adding playground at some point, where users can...

enhancement

This is not a terribly complex one, just a big one that will have a lot of file changes and due diligence. Eric should probably take this one on.

enhancement

Just for quality of life - we should catalog all the components in our project and display them sort of like a design system or just use storybook to demonstrate....

enhancement
help wanted

I have an idea to have 2 pages for the following type of information: File templates for Context providers, quick-n-dirty global state with useContext/useState, barrel files and explanation, currying for...

help wanted
question

Existing file explorer: https://reacthandbook.dev/project-standards - For the existing structures - add more files in each folder - https://www.robinwieruch.de/react-folder-structure/ - https://blog.webdevsimplified.com/2022-07/react-folder-structure/ 4/4 from this one: https://twitter.com/_georgemoller/status/1678374278511697920?s=20 Be sure to give credit...

enhancement
good first issue

It is possible to write typescript using only JSDOC. I am not famiiar with the approach, but we should at least mention that on the page where we also suggest...

documentation
help wanted

Due to the fact that React Native now officially recommends using expo I think it would be a great idea to add tips for Expo.

The section that needs updating: https://reacthandbook.dev/state-management#table-comparison Basically, just rearrange the libraries to be in order of the most popular (most downloaded on a weekly basis) coming earlier in the list.