mkoncz / ivosjatek

Drinking game with React.
https://ivosjatek.hu
MIT License
0 stars 0 forks source link

Reduce unused JavaScript #375

Open mkoncz opened 3 years ago

mkoncz commented 3 years ago

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Code-split using a third-party library such as loadable-components.

mkoncz commented 3 years ago

https://web.dev/unused-javascript/?utm_source=lighthouse&utm_medium=lr https://loadable-components.com/docs/getting-started/