wikimedia / WikiContrib

A tool for Wikimedia community members to visualize their technical contributions
https://wikicontrib.toolforge.org
MIT License
23 stars 32 forks source link

[feat]: Code splitting implemented through react-loadable #148

Closed muskangupta-iitr closed 4 years ago

muskangupta-iitr commented 4 years ago

Imported components with react-loadable. It improved the performance as bundle size is reduced after implementing this. FIxes #122

Screenshots

Previously: Screenshot from 2020-03-19 15-00-41

Now: Screenshot from 2020-03-19 14-58-28

@srish Please Review!

muskangupta-iitr commented 4 years ago

@srish Please review :)