I have a running React Application containing two routes
entry: {
a: 'browser.app.jsx',
b: 'browser.dashboard.jsx'
}
I need to synchronize the routes with entry points. Like
Entry Point should be (a) again Route (1)
Entry point should be (b) against Route (2)
How can I achieve this functionality ?
No responses yet.