An open API service indexing awesome lists of open source software.

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.

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.

![image](https://github.com/user-attachments/assets/29fa9284-84d1-404d-8cae-9f634445a078) ![image](https://github.com/user-attachments/assets/eef4f724-23c7-4071-993a-878763f69148)