Skip to content

codelabsacademy/rtk-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Labs Academy - Redux Toolkit Workshop

👨‍💻 This repository serves as a support for the youtube video on the React Global State - Redux Toolkit Workshop

About this workshop

Redux is an official ReactJS tool. We can easily manage the state of our apps in React by creating a global state of our app using Redux. Take a look at how we can manage state throughout our app using the newly created Slice API from the Redux Toolkit.

In this workshop, you will learn how to use Redux.

Check the official documentation of Redux from here.

To note

Starter files

The main branch contains the starter files for our little demo

Final files

The final branch contains the final files - Start with the starter files and practice the topics covered by applying what we're covering on the video. Use the final code to get hints.

Dependencies (Already installed in starter files)

  1. Redux Toolkit and React-Redux:
  • yarn add @reduxjs/toolkit react-redux
  1. @material-ui/icons & @material-ui/core for icons
  • yarn add @material-ui/icons @material-ui/core
  1. Axios
  • yarn add axios
  1. json-server
  • yarn add json-server

Make sure not to miss our upcomming workshops. Get your free tickets from Code Labs Academy at Eventbrite!

If you find this workshop helpful, please don't hesistate to leave a feedback for us on Eventbrite.

Happy learning! 😄

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages