Giter VIP home page Giter VIP logo

poulamb / chapter-12-lets-build-our-store Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learn-react-with-harshi/chapter-12-lets-build-our-store

0.0 0.0 0.0 603 KB

Chapter-12 is all about handling data using external state management library `Redux`. We discussed the problems with other ways of data management like Props drilling and Context API. All about Redux Toolkit vs React-Redux and its step by step configuration and implementation in this chapter.

Home Page: https://learn-react-with-harshi-chapter-12.netlify.app/

JavaScript 99.55% CSS 0.32% HTML 0.13%

chapter-12-lets-build-our-store's Introduction

Learn React With Harshi ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Series

Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini

Class Summary Chapter-12 Let's build our store (04/02/2023)

Chapter-12 is all about handling data using external state management library Redux. Akshay made it easy to understand this knowledge heavy complex concept. We discussed the problems with other ways of data management like Props drilling and Context API. Importance of Redux, Redux Toolkit vs React-Redux and step by step configuration and implementation of React Redux were done in this chapter. Jargons like reducer, dispatch, action, selector, slice, store, state, subscription were explained clearly. It was mind blowing and still could not stop thinking about it.

Find my version of detailed explanation of these concepts in theory-assignment.md. Check coding-assignment.md for all the features that I implemented in this chapter.

One line about this chapter : When we need to make a modification in the store, we must first dispatch an action that calls a reducer function which updates the slice of the store, and when we want to read from the store, we must first call a Selector Hook (function) for subscribing only to the required slice of store, which can be used to update the data in the component.

Check out Chapter-12 Live for the live demo of this chapter's coding assignment (InstaFood Version 6.0). Also check out the following chapters to see how InstaFood has progressed. Happy Reacting !!!

If you are interested in other chapters of this series, please browse through the my repositories

If you want to quickly see a short summary and live demo of all chapters, please have a look at Table of contents

chapter-12-lets-build-our-store's People

Contributors

harshithasolai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.