Skip to content

App built using React, Redux, React Router and Redux Form to enable displaying the blog posts in the list, creating new blog post and deleting the post.

Notifications You must be signed in to change notification settings

kdabo/BlogAppManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogAppManager ⚡

In this this project I examined the usage of React Router 4 components and it's features, from managing the transition between views to getting URL parameters easily. I also explored wiring up Redux Form helper to custom React components.

The main features of the app

  • get list of blog posts
  • create new blog post
  • delete blog post
  • make one Redux Form field component per piece of state
  • redux form handling input changes like for example onChange
  • user submits the state
  • validate input and handle form submission

Setup

Clone, setup, and run the project

  • git clone https://github.com/kdabo/BlogAppManager.git
  • cd BlogAppManager
  • yarn
  • yarn start

About

App built using React, Redux, React Router and Redux Form to enable displaying the blog posts in the list, creating new blog post and deleting the post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published