/redux-practice

Learning Redux

Primary LanguageJavaScript

Redux practice

💻 Project

The objective of this project was to learn and practice Redux. It is a simple app that displays users; you may add new users, change the username, and/or delete a user.

The app component read data from a Redux store, and dispatch actions to the store to update state;
a component makes the Redux store available to the rest of the app;
useSelector reads a value from the store state and subscribes to updates, while useDispatch returns the store's dispatch method to let you dispatch actions.

React App created with Vite ⚡

  • 💡 Instant Server Start
  • ⚡️ Lightning Fast HMR
  • 🛠️ Rich Features
  • 📦 Optimized Build
  • 🔩 Universal Plugin Interface
  • 🔑 Fully Typed APIs

Technologies & tools

🏃‍♂️ Running the project

Clone the repository

Use yarn or npm install to install project dependencies.

Then start the project server.

npm run dev