You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of things in the boilerplate that should be upgraded and a lot of minor changes that we always implement after starting a new project that we should just include in the boilerplate.
Tasks:
Upgrade webpack & webpack-dev-server
Upgrade react to v16.0+
Upgrade unit testing packages
Include the prop-types package
Upgrade react-router to react-router-dom, add default 404 page
Move routes into their own directory
Remove packages that are not needed anymore (e.g. webpack-dev-middleware)
Implement Travis for pull requests to the boilerplate
Protect master and require code reviews for pull requests
Upgrade redux-persist
Add constants directory with actionTypes.js as first file
Note: redux-persist v5 does not support an ImmutableJS object at the top level and the top level must be a POJO (Plain Old JavaScript Object). I'll be following the issue here which allows us to have a top level ImmutableJS object in v4
There are a lot of things in the boilerplate that should be upgraded and a lot of minor changes that we always implement after starting a new project that we should just include in the boilerplate.
Tasks:
webpack
&webpack-dev-server
react
to v16.0+prop-types
packagereact-router
toreact-router-dom
, add default 404 pagewebpack-dev-middleware
)master
and require code reviews for pull requestsredux-persist
actionTypes.js
as first fileroutes
constants filehtml-webpack-plugin
,babel-loader
, etc.)ImmutableJS
along withredux-immutable
and make sure it works withredux-persist
I'm going to be making minor pull requests for these upgrade rather than upgrading everything all at once.
The text was updated successfully, but these errors were encountered: