react-redux-realworld-example-app
react-redux-realworld-example-app copied to clipboard
Exemplary real world application built with React + Redux
Updated to react-router-dom. Removed "use-strict" Token was in Banner.js, but the lesson doesn't address this until JWT. App.js is no longer needed with the router upgrade
the following two do not exist in constants/actionType they are from articleList.js in reducers PROFILE_FAVORITES_PAGE_LOADED, PROFILE_FAVORITES_PAGE_UNLOADED } from '../constants/actionTypes';
Hey all - we're 100% source code complete and would love your feedback! The documentation around the codebase is a little slim right now but we're working to have it...
I seem to be getting a problem if I try to create or update an article when I force an error, eg the form I submit has a blank body...