Skip to content

mbellagamba/react-re-rendering-slides

Repository files navigation

Optimizing Performance of React Applications

The project contains web-based slides for a speech on "Optimizing Performance of React Applications". The slides are built using React and Reveal.js.

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the app for production:

npm run build

Preview the production build locally:

npm run preview

Project Structure

The project is organized as follows:

public/                     # Public assets
src/                        # Source files
├── components/             # Reusable components
├── examples/               # Example applications
├── slides/                 # Slide contents
└── index.tsx               # Entry point of the application

This structure helps in organizing the codebase into logical sections, making it easier to navigate and maintain.

Author

Mirco Bellagamba - mircobellagamba.com

Releases

No releases published

Packages

 
 
 

Contributors