sanjar-notes / react

My understanding React web, native
https://sanjar-notes.github.io/react/
1 stars 1 forks source link

Useful React supporting functions and libraries #15

Open sanjarcode opened 2 years ago

sanjarcode commented 2 years ago

Routing

Network requests

State management

Testing

Animations

TBD

SSR

Project setup

sanjarcode commented 2 years ago

See this for details https://www.robinwieruch.de/react-libraries/

sanjarcode commented 2 years ago

Here's a roadmap view: https://github.com/adam-golab/react-developer-roadmap

Add to roadmap if useful.

sanjarcode commented 2 years ago

It's important to know the reason for doing stuff - like routing, UI caching and all.

I'd like to first use native browser APIs and my own code, then use the library.