oslabs-beta / TrailGuide

MIT License
0 stars 0 forks source link

refactor(imports): adds lazy imports for react components #19

Closed aidanprior closed 1 week ago

aidanprior commented 1 week ago

Linked issue/ticket

Description

Converts to lazy import for most components. React Router has it's own lazy features that haven't yet been implemented, so the pages are not lazily imported, but all sub components are.

Reproduction steps

Checklist