| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2019 summer source code.tar.gz | 2019-06-23 | 1.1 MB | |
| 2019 summer source code.zip | 2019-06-23 | 1.4 MB | |
| README.md | 2019-06-23 | 476 Bytes | |
| Totals: 3 Items | 2.4 MB | 0 | |
Major frontend rewrite:
- multi frontend: public, user and admin, all under 100KB.
- typescript has replaced babel, reducing bundle size by 25%.
- glamorous being no longer maintained, emotion is the new css solution.
- react replaced preact due to emotion.
- nightwatch uses chrome driver directly, no more selenium.
- concept of layout, each component can choose its own layout or uses the default one.
- all routes are loaded dynamically to reduce bundle size.