Skip to content

sibasishm/react-performance-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published