@@ -4,10 +4,25 @@ side rendering.
44
55* Important:* The master branch is only supposed to contain the bare-bone template.
66There are different branches containing more advanced features, like streaming and
7- more to come in the future. Those are documentented in the Branches section.
7+ more to come in the future. Those are documented in the Branches section.
8+
9+ ## Table of contents
10+
11+ * [ Features] ( #features )
12+ * [ Branches] ( #branches )
13+ * [ Streaming] ( #streaming-(feature/streaming) )
14+ * [ React Router] ( #react-router-integration-(feature/react-router) )
15+ * [ Express Routing] ( #express-routing-/-api-(feature/express-routing) )
16+ * [ Redux] ( #redux-(feature/redux) )
17+ * [ Development] ( #development )
18+ * [ Building for production] ( #building-for-production )
19+ * [ Changelog] ( #changelog )
20+ * [ Planned features] ( #planned-features )
21+ * [ License] ( #license )
22+ * [ Contributing] ( #contributing )
823
924## Features
10- * Content served by ExpressJS using the EJS view engine
25+ * Universal rendering using ExpressJS and EJS
1126* Hot reloading of styles and scripts
1227* ESNext ready
1328* powered by webpack
@@ -71,6 +86,26 @@ $ node public/index
7186This bundles and optimizes your app and runs it from the ` public/ `
7287directory.
7388
89+ ## Changelog
90+ The following changes have been implemented in the course of developing
91+ the template.
92+
93+ ### 2.0.0
94+ * Upgraded to webpack 4
95+ * Upgraded to React 16.3
96+ * Removed extract-css-chunks plugin in favor of extract-text-webpack-plugin,
97+ since the former is not supported with webpack 4 anymore
98+ * Removes extract plugins for styles in development, to improve hot-reloading
99+
100+ ## Planned features
101+ The following features are planned for future upgrades of the template.
102+ If there are any request, feel free to open an issue or a pull request.
103+
104+ - [ ] Upgrade to babel 7, once it is stable
105+ - [ ] Provide service worker template branch
106+ - [ ] Provide fully features PWA example in a separate repository
107+ - [ ] Extend this list ;-)
108+
74109## License
75110MIT
76111
0 commit comments