-
Notifications
You must be signed in to change notification settings - Fork 2
Roadmap
Thomas Hourlier edited this page May 4, 2016
·
4 revisions
This is the roadmap for retax only. You could see the roadmap of retax-components here.
- Do: Give the possibility to the user to use his own template file. At the moment, retax use this component to bootstrap the app
- The main issue with this is that it heavily relies on webpack-isomorphic-tools and react-helmet.
- Do: Reduce bundle size. We should require dynamically each module in retax-client and retax-server
- Consider: Remove the dependency webpack-isomorphic-tools. This is prone to errors and it is very specific to webpack.
- Consider: Create an UMD build
- Add more tests for retax-core
- Increase retax-core coverage to 100%
- Add more examples (at least one more showing how to create an API and how to inject it into an actions creator)