Skip to content

yunusemredilber/react-compiler-presentation

Repository files navigation

React Compiler Presentation

Presentation URL: https://yunusemredilber.github.io/react-compiler-presentation

The repo contains the presentation and demo apps for the React Compiler talk.

React Compiler

Project Structure

The project is structured as follows:

1. Presentation

  • index.html - The presentation content using reveal.js.
  • public/* - The images and styles for the presentation.

2. Demo Apps

  • 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.

Running the Presentation Locally

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

Notes

  • This tool is used for escaping HTML content in the presentation.

About

Contains the presentation and demo apps for the React Compiler talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published