Skip to main content

7 docs tagged with "performance"

View all tags

Adding Relay

Learn how to integrate Relay into your Create React App, enabling efficient data fetching and management from a GraphQL server in your React applications.

Analyzing Bundle Size

Learn how to analyze the bundle size of your Create React App project using Source Map Explorer. Identify areas of your codebase that might be bloated and optimize them for better performance.

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.

Data Structures and Algorithms

Data Structures and Algorithms are the building blocks of computer science. They are the tools you'll use to build software systems. This section is a collection of resources to help you understand and master Data Structures and Algorithms.