https://github.com/binary-shade/redux-blog-app
This is a basic blog application built with React and Redux. It allows users to create posts, like posts, and view a list of all posts fetched from a backend using redux-toolkit and createAsyncThunk. This app demonstrates key concepts like asynchronous state management, state updates with Redux, and an interactive UI for managing blog posts.
https://github.com/binary-shade/redux-blog-app
react-redux redux redux-thunk redux-toolkit reduxtoolkit
Last synced: about 2 months ago
JSON representation
This is a basic blog application built with React and Redux. It allows users to create posts, like posts, and view a list of all posts fetched from a backend using redux-toolkit and createAsyncThunk. This app demonstrates key concepts like asynchronous state management, state updates with Redux, and an interactive UI for managing blog posts.
- Host: GitHub
- URL: https://github.com/binary-shade/redux-blog-app
- Owner: Binary-Shade
- License: mit
- Created: 2024-11-02T15:50:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:15:51.000Z (7 months ago)
- Last Synced: 2025-02-14T09:43:41.467Z (3 months ago)
- Topics: react-redux, redux, redux-thunk, redux-toolkit, reduxtoolkit
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Redux-Blog App
This is a basic blog application built with React and Redux. It allows users to create posts, like posts, and view a list of all posts fetched from a backend using redux-toolkit and createAsyncThunk. This app demonstrates key c
concepts like asynchronous state management, state updates with Redux, and an interactive UI for managing blog posts.## Features
Create Posts: Users can add new blog posts.
Like Posts: Each post has a like button to track user engagement.
Fetch Posts: Posts are fetched from an API using Redux's async thunk for efficient data handling.
State Management: Powered by Redux for a seamless and reactive UI experience.### Tech Stack
React: Component-based UI development.
Redux Toolkit: Simplified state management with createSlice and createAsyncThunk.
CSS: Basic styling for a clean, minimalistic look. 