Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubassim-khan/redux-toolkit
This repository contains the code for implementing the Redux Toolkit methodology in React, Vanilla Javascript and Typescript. View README for more descriptive overview of repository.
https://github.com/mubassim-khan/redux-toolkit
reactjs redux redux-middleware redux-thunk redux-toolkit typescript
Last synced: 1 day ago
JSON representation
This repository contains the code for implementing the Redux Toolkit methodology in React, Vanilla Javascript and Typescript. View README for more descriptive overview of repository.
- Host: GitHub
- URL: https://github.com/mubassim-khan/redux-toolkit
- Owner: Mubassim-Khan
- Created: 2024-01-18T18:17:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:42:59.000Z (10 months ago)
- Last Synced: 2024-01-22T22:49:14.658Z (10 months ago)
- Topics: reactjs, redux, redux-middleware, redux-thunk, redux-toolkit, typescript
- Language: JavaScript
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Toolkit
This repository contains the code for implementing the Redux Toolkit methodology in React, Vanilla Javascript and Typescript. The `@reduxjs/toolkit` package wraps around the core redux package, and contains API methods and common dependencies that are essential for building a Redux app.
## Tech used 🛠️
- [React](https://reactjs.org/) - UI Library
- [Redux](https://redux.js.org/) - Javascript Library
- [Redux Toolkit](https://redux-toolkit.js.org/) - Toolset for Redux App Development
- [Redux Thunk](https://github.com/reduxjs/redux-thunk) - Middleware for Redux
- [Axios](https://axios-http.com/) - HTTP Client for Node.js
- [Immer](https://immerjs.github.io/immer/) - Handling Immutable Data Structures
- [Redux Logger](https://www.npmjs.com/package/redux-logger) - Logs actions in Developer Console## Getting Started
To get started with this project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Mubassim-Khan/Redux-Toolkit.git
```2. Open the project in your preferred code editor.
3. Feel free to modify the code and customize the page according to your preferences. You can update the content, change the colors, or add new features.
## Contact
If you have any questions, suggestions, or feedback, you can reach out to the project maintainer:
- LinkedIn: [Mubassim Ahmed Khan](https://www.linkedin.com/in/mubassim-ahmed-khan/)
- Email: [[email protected]](mailto:[email protected])---