Redux Toolkit crash course

This repository belongs to the youtube video Redux Toolkit crash course by Cules Coding

Demo

You can demo the application by visiting this link

Screenshots

App Screenshot

Get started

Clone the repository start branch

    git clone https://github.com/thatanjan/redux-tookit-crash-course-demo.git
    cd redux-tookit-crash-course-demo

    git checkout start
    yarn install

Start from scratch

Create a new create react app

    npx create-react-app <app>
    cd <app>

Install dependecies

    yarn add @material-ui/core@next @emotion/react @emotion/styled  @material-ui/icons@nex
t @emotion/server @reduxjs/toolkit react-redux

Authors

Shameless Plug

Don't forget to try out confession.

A social media for helping people overcome their imposter syndrome.

Confession github repository

License

MIT