So you completed the official React tutorial. What’s next?

You’ve went through the official tutorial, but you have no idea where to go from here. There are so many buzzwords. Read more

Similar

React 19 Is Released

React is a JavaScript library for building user interfaces.. Latest version: 19.0.0, last published: 36 minutes ago. Start using react in your project by running `npm i react`. There are 240752 other projects in the npm registry using react. (more…)

Read more »

Async actions in React Redux

Introduction Javascript is a single thread programming language. That is when you have code something like this The second line doesn’t get executed till the first one gets completed. Mostly this won’t be a problem since millions of calculations are... (more…)

Read more »