Presentation URL: https://yunusemredilber.github.io/react-compiler-presentation
The repo contains the presentation and demo apps for the React Compiler talk.
The project is structured as follows:
index.html
- The presentation content using reveal.js.public/*
- The images and styles for the presentation.
src/*
- The shared source code for the demo apps.non-compiled.html
- The non compiled React demo app.webpack.config.ts
- The Webpack configuration for the compiled React demo app.compiled.html
- The compiled React demo app.non-react-compiler-webpack.config.ts
- The Webpack configuration for the compiled React demo app without the React compiler.
Install dependencies:
yarn install
Build demo apps in watch mode and serve the presentation:
yarn dev
Open the presentation in your browser: http://localhost:3000
- This tool is used for escaping HTML content in the presentation.