Lena Zhukova
Lena Zhukova
Lena is a Frontend Developer and Ex Lawyer, she has a passion for fashion trends, frontend technologies and Kyiv balconies. In the last few years she worked on Wix Groups - a social network for communities within Wix Sites. She joined Wix Bookings in Amsterdam to Democratize the way people book services online.
React Summit 2022React Summit 2022
9 min
The Only Way to Eat an Elephant - Code Splitting With Server Side Rendering
Code splitting is a way to optimize the performance of our app by shipping less code to the end users. The most common form of code splitting is to use dynamic imports after a user interaction. In our case, we’re going to talk about conditionally loading only the parts of the application that we need during server side rendering. We’re going to discuss the problems and the solutions, so you could try it out in your own project.