Skip to content

waynegakuo/resourceful-suspense

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resourceful Suspense

Demo from my talk "Resourceful Suspense"

How to use?

Create .env file in angular-app with a Gemini API key:

touch angular-app/.env
echo GEMINI_API_KEY=[YOUR_KEY_GOES_HERE]

Initialize and run the apps:

cd angular-app && npm i -f && npm start
cd react-app && npm start

Now visit http://localhost:4200 to preview the Angular app and http://localhost:3000 to preview an almost equivalent React app.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.6%
  • CSS 15.9%
  • SCSS 11.6%
  • HTML 7.9%