How to Isolate two Entry Points (Style sheets & Scripts) into React App? How the Web Pack Configuration should Look Like? Need to have two completely different sets of CSS & JS files for
- Public User
- Private User (Authenticated ones)
Often Public and private style sheets & JavaScript imports are conflicting to each other.
How to configure React so that both could co-exist?
- I wish if it was allowed to have two Index.Htmls we could configure, easily.
- How does community address such needs in SPA?
from How to Transform N number of React SPAs into Multi page App?
No comments:
Post a Comment