-
Notifications
You must be signed in to change notification settings - Fork 9
Todo List
Jorge Antunes edited this page Sep 14, 2016
·
6 revisions
- list available filetypes that can be imported
- accept correct short flags
-v
, in addition to--v
- provide
.env
configuration, allow importing ofenv
variables - remove reliance on server
App
, use config settings instead - print gzipped bundle size
- add
dev-toolkit --build
functionality - add
dev-toolkit --serve
functionality - add dynamic pages compatibility
- add
dev-toolkit --help
command-line list of options
-
include
fetch
&Promise
polyfills? / usepolyfill.io
-
provide installation process via
--save-dev
, similar to sagui -
add
dev-toolkit --init --inline
functionality for installingdev-toolkit
-dependency into generated app -
mention Server-rendering tricks from https://github.com/ReactTraining/react-router/blob/master/docs/guides/ServerRendering.md and from https://github.com/reactjs/redux/blob/master/docs/recipes/ServerRendering.md