/evolution-of-web-development-slides

Web Evolution Slides for React Bangalore 10th June Meetup

Primary LanguageTypeScript

Evolution of Web Development (ft React Server Components)

This repo holds the code for my slides from React Bangalore Meetup talk.

You can checkout hosted slides here - https://web-evolution-slides.saurabhdaware.in/1

Local Setup

# Install dependencies
pnpm install

# Dev Server
pnpm dev

# To create build
pnpm build