Skip to content

Follow along with Pluralsight - Redux Fundamentals course by Jamis Charles

Notifications You must be signed in to change notification settings

RepoContributing/ps-redux-funamentals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps-redux-funamentals

Follow along with Pluralsight - Redux Fundamentals course by Jamis Charles

Instructions

  • npm install
  • npm start
  • pull up http://localhost:3000

A note about module versions

I generally try to pin the critical packages in package.json to exact version numbers. That should ensure that things should work for you even if the React apis change significantly in future versions. If future versions of React are released, you can continue using the pinned versions in these files, or you can try to upgrade and follow the migration docs that React usually has with big api changes.

You can check the readme at https://github.com/jamischarles/ps_redux-demos for any major updates.

Other code changes after recording

After recording, I added the following line to webpack.config.js to enable source maps. This makes debugging in chrome devtools much easier. devtool: "source-map",

About

Follow along with Pluralsight - Redux Fundamentals course by Jamis Charles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 2.0%
  • CSS 1.7%