Tuesday, 23 April 2019

How to Transform N number of React SPAs into Multi page App?

enter image description here 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

  1. Public User
  2. 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?

  1. I wish if it was allowed to have two Index.Htmls we could configure, easily.
  2. 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