|
|
|
|
|
by mediumdeviation
311 days ago
|
|
Please for goodness sake just read React's docs. https://react.dev/learn The new docs are very good, they address common questions most devs have, up to fairly complex cases. The "book" unsurprisingly reads like a expert beginner's take, and there are a decent number of poor or missing explanations and code that's not really best practice. It's also really verbose for things that React's own docs do a better job of explaining. |
|
This kind of documentation makes it really hard to solve problems that will soon arise after you move past hello world.