ReactJS

ReactJS

React is the library for web and native user interfaces.

React is a library. It lets you put components together, but it doesn’t prescribe how to do routing and data fetching. To build an entire app with React, we recommend a full-stack React framework like Next.js or React Router.


Some beautiful plugins :

Redux Toolkit :

Official, recommended way to write Redux logic.

The Redux Toolkit package is intended to be the standard way to write Redux logic. It was originally created to help address three common concerns about Redux:

  • "Configuring a Redux store is too complicated"
  • "I have to add a lot of packages to get Redux to do anything useful"
  • "Redux requires too much boilerplate code"

URL: Redux Toolkit

Fork the repository: ReduxJS - Redux Toolkit