This is an example of using Express and NodeJS to render HTML content from the WordPress REST API
- Fetch calls can be combined just need to work through the separate endpoints
- Styles for cleaner render
- WebPack and Babel to convert to ES6
- Clean up async and await for a single Promise
- Add React and render isomorphic
- Remove Pug templates
- Use React Router