sibasishm / react-performance-presentation

Slides for my presentation on react performance at Goodera.

Home Page:https://react-performance-presentation.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-performance-presentation

Slides for my presentation on react performance at Goodera prepared using MDX Deck and deployed to Vercel.

Development

To run the presentation deck in development mode:

npm start

Edit the deck.mdx file to get started.

Exporting

To build the presentation deck as static HTML:

npm run build

To export a PDF:

npm run pdf

To export an image of the title slide:

npm run image

For more documentation see the mdx-deck repo.

Deploy

Vercel

  1. Clone the project locally and add to your Github
  2. Add the repo to Vercel

⚙️ Vercel settings

We give vercel a build script to run each time we make a commit to the repo. And the deploy folder is the place where mdx-deck exports the static HTML/JS version, and by pointing Vercel there it displays our deck after building.

  1. Set the build script to npm run build
  2. Set the deploy folder to dist

See the demo site here

Credits

About

Slides for my presentation on react performance at Goodera.

https://react-performance-presentation.vercel.app


Languages

Language:JavaScript 88.5%Language:CSS 11.5%