Skip to main content

4 docs tagged with "optimization"

View all tags

Code Splitting

Learn how to optimize your React application's performance by code splitting. Split your code into smaller chunks and load them only when needed, resulting in faster load times and improved user experiences.

CSS Performance Optimization

Essential techniques for writing high performance CSS that reduces layout reflows, improves rendering speed, and ensures smooth user interfaces.

Deployment in Create React App

Learn how to deploy your Create React App to the internet using Vercel. Follow the steps to optimize your app, choose a deployment platform, and deploy your app with Vercel