May 2018
Intermediate to advanced
470 pages
13h 54m
English
The markup and CSS generated on the server must be added to the template.js HTML code as follows for it to be loaded when the server renders the template.
mern-skeleton/template.js:
export default ({markup, css}) => { return `... <div id="root">${markup}</div> <style id="jss-server-side">${css}</style> ...`}
Read now
Unlock full access