- Notifications
You must be signed in to change notification settings - Fork1
david-p-smith/ps-redux-funamentals
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Follow along with Pluralsight - Redux Fundamentals course by Jamis Charles
npm install
npm start
- pull up
http://localhost:3000
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 significantlyin future versions. If future versions of React are released, you can continue using the pinnedversions in these files, or you can try to upgrade and follow the migration docs that React usuallyhas with big api changes.
You can check the readme athttps://github.com/jamischarles/ps_redux-demos for any major updates.
After recording, I added the following line towebpack.config.js
to enable source maps. This makes debugging in chrome devtoolsmuch easier.devtool: "source-map",
About
Follow along with Pluralsight - Redux Fundamentals course by Jamis Charles
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.