Comment on Rendering templates obsoleteComments−mithras13yHow do you use this when different people are responsible for the layout/design and the js?−jedschmidtOP13yYou can still preserve modularity by pulling styles and markup into their own JavaScript modules and requiring them as you would any other module.
Comments
How do you use this when different people are responsible for the layout/design and the js?
You can still preserve modularity by pulling styles and markup into their own JavaScript modules and requiring them as you would any other module.