Closed khubo closed 6 years ago
I have Code Splitting and SSR as later work but thanks for taking initiative. Kindly go through your changes and test it once again. On a quick glance I found that LandingScreen was assigned to '/login' route instead of LoginScreen.
@s-kris i don't think I haven made any other change than loading components using react-loadable. And I think probably I can split this repo further into more components.
@s-kris sorry about that typo. I have fixed it !
@khubo no problem, it's okay!
route level code splitting to bring down the initial package size. It currently reduced the package size by 140.5 KB. By further splitting based on components, maybe it can be brought down further.