Koscee / recipedia

An online recipe manual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

optimize code to reduce bundle size (using code splitting)

Koscee opened this issue · comments

Current Behavior

When the app loads, all JavaScript bundles for all pages are loaded. On the initial visit, the code related to the CreateRecipe and UpdateRecipe pages is loaded when the user is on the Home page.

Expected Behavior

For initial visits, the code or JavaScript bundle for CreateRecipe and UpdateRecipe pages should not load when the user is on the Home page. or vice versa, depending on the page they visit first.