Skip to content

Add Dynamic Entry Point Routing #2825

@tn3rb

Description

@tn3rb
  • currently webpack uses a hardcoded entry point in config/webpack.config.js

  • this is fine atm because we are currently only using React for the event editor

  • eventually we will begin to convert other admin pages (as well as frontend elements) to use React + AGQL

  • before this happens we will need to know how we are going to handle routing

  • ideally, we will:

    • dynamically route all requests through a single webpack entry to the appropriate UI

    • lazy load components accordingly

    • dynamically fetch data that has been preloaded into the DOM (likely nothing any more special that what we are doing already is needed here, but some logic could potentially be abstracted and shared better)

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions