Skip to content

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.

Post 1.0

  • 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

1.0

  • 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)
Clone this wiki locally