[Resources] React & Frontity Performance

This is an excellent article by Houssein Djirdeh from Google.

It’s pretty long but the TLDR gives a good brief of all the aspects covered by the articles.

It explains not only how to improve performance but how to measure.

Regarding Frontity performance, we are already doing everything fine. Nothing new :slight_smile:

This webinar made by the Gatsby team focuses on performance and it’s very instructive.

There are some things that don’t apply to Frontity but most of them do. For example, we don’t use route code splitting, we use component code splitting.

1 Like