Giter VIP home page Giter VIP logo

redux-practice's Introduction

Redux Learning Project

This project is an example application created to learn the Redux library.

Technologies Used

  • Redux Toolkit
  • React Redux
  • Redux Slices
  • React
  • TypeScript

Project Structure

The project utilizes the fundamental principles of Redux, including store, actions, and reducers. Different state portions are organized into slices and combined into a single root reducer.

  • store.ts: Configures the Redux store.
  • rootReducer.ts: Defines the root reducer that combines all slices.
  • slices: Contains individual slices for each feature.
    • counterSlice: Manages the counter.
    • userSlice: Stores user information.
    • todoSlice: Manages the todo list.
    • searchSlice: Holds state for the search feature.
    • timeSlice: Keeps track of time information.
    • sortedSlice: Used for sorting data.

Learned Concepts

  • Redux state management and data flow
  • Usage of actions, reducers, and slices
  • Simplified Redux usage with Redux Toolkit
  • Integration of Redux with React
  • Data access using selectors
  • Memoization with Reselect
  • Utilization of Redux DevTools

Results

This project serves as a valuable resource for learning the fundamentals of Redux. It provides experience in modular state management, data flow control, the action/reducer pattern, and integration of Redux with React.

redux-practice's People

Contributors

dependabot[bot] avatar sametcn99 avatar

Stargazers

 avatar  avatar

Watchers

 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.