-
Notifications
You must be signed in to change notification settings - Fork 11
Create two type of bootstrap (empty - complete) #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SKOLZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just those minor things and merge it directly
generators/app/index.js
Outdated
| message: "What type of bootstrap do you want?", | ||
| default: "empty", | ||
| choices: [ | ||
| "empty (react, redux, react-dom, redux-form, redux-beacon, redux-thunk, seamless-immutable, react-redux, react-router, react-router-dom, react-router-redux, react-addons-perf, apisauce, postcss, history, prop-types, lodash, i18next, reselect,)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should remove react-addons-perf since it is deprecated in react 16
| render() { | ||
| return ( | ||
| <StyleRoot> | ||
| <div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this div, just leave the Routes element
| </Switch> | ||
| </div> | ||
| </div> | ||
| <div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can remove this div too
-- Remove each package question
-- Add only two type of kickoff
-- Remove all unused components