- Remove dependency to Grommet Udacity and replace with Grommet
- Update test suite and linting to deal with recent issues with both
- Update generators to use flowtypes, functions vs const, et. al.
- Flow static type-checking
- SSR improvements
Styled components were added as an option to containers and components when generated
- Code chunking will now place react, react-dom and grommet-udacity into the vendor file.
- Use System.imports to load up modules via React Router, which facilitates Tree-Shaking
- Add an option to use reselect when generating a container.
- This release includes a new generator for containers that creates a graphql / apollo query and mutation if the option is selected.
- By selecting the graphql option when running the container generator, the user will be prompted about adding graphql queries / mutations.
- Pages now have a generator to import a Container by the same name
- The comments that are required for successful code generation new are prefixed with
Generator
.
- Serverside rendering
- Update page and container generators
- Update routes to use object syntax for lazy loading
- Apollo Client
- New Demo App
- Add reusable components
- Lazy Route Loading
- Update Grommet-Udacity to v0.1.12
- Update Webpack to v2.1.19-beta