Skip to content

v1.4.0 - Clean Up & Speed up time! 🚀🚀🚀

Latest
Compare
Choose a tag to compare
@Theofilos-Chamalis Theofilos-Chamalis released this 25 Sep 16:07
· 199 commits to master since this release

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.4.0] - 2021-09-25

🚀🚀🚀 Clean Up & Speed up time! 🚀🚀🚀
In this version our Lighthouse score reached 90+ points (even on mobile ^_^) and LCP time was reduced by over 1 second!

Added

  • Added gzip compression on all static assets and API requests
  • Added helmet to improve app security

Changed/Fixed

  • Switched from React & React DOM to Preact and Preact/Compat to reduce the bundle size and speed up page rendering
  • Removed not needed react imports
  • Reformatted app based on WebStorm
  • Upgraded most dependencies of both the server and client projects
  • Fixed the mongoose configuration to work with the latest MongoDB and Node Mongo driver versions
  • Switched from moment + react-moment to dayjs to reduce the bundle size