This repo contains the code samples and slides from my tech talk on creating multi-window web apps using React. To run the code samples, do the following:
cdinto the directory containing this file- Run
npm installto install the project dependencies - Run
npm startto start the dev server onhttp://localhost:3000
To switch between the different demos, just change which imported component is passed to ReactDOM.render in src/index.tsx.