Kinfe123 / Songoch-Redux

Home Page:https://songoch.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Songoch Music App

Get Started

  • Step 1:
git clone https://github.com/Kinfe123/Redux-Song-App
  • Step 2:
cd Redux-Song-App
  • Step 3:
npm install 
  • Step 4:
    • start the json server by hitting the command below
npx json-server --watch db.json --port 3002
  • Step 4:
    • Start the react application by hitting the command below
npm start

Redux Toolkit Docs

Install Template

npx create-react-app my-app --template redux
  • @latest
npx create-react-app@latest my-app --template redux

Existing App

npm install @reduxjs/toolkit react-redux

@reduxjs/toolkit

consists of few libraries

  • redux (core library, state management)
  • immer (allows to mutate state)
  • redux-thunk (handles async actions)
  • reselect (simplifies reducer functions)

Extras

  • redux devtools
  • combine reducers

react-redux

connects our app to redux

About

https://songoch.vercel.app/


Languages

Language:JavaScript 65.6%Language:CSS 28.6%Language:HTML 5.8%