Learn the Right Way to build React apps in Deno in 10 minutes [Aleph.JS]

Learn the Right Way to build React apps in Deno in 10 minutes [Aleph.JS]

Hey all 👋, you must have read about Deno, the new backend #javascript runtime recently. I was hacking around with it in one of my older videos, and I wondered if we can build #ReactJs apps on it. Turns out we can!

Using AlephJs, one can build a React app in Deno while using the exact same API as #NextJS, ie,
- pages
- components
- api, etc

In my new video, I'll teach you how to:
- Create websites using Deno and React
- Understand how to import BOTH deno and node components and use them
- Customize some code to show how to use AlephJS

I also made progress on the frontend framework I was building, `respond`. It allows you to use useState and useEffect inside of template strings! The complete code is <100LOC so check it out here: https://github.com/akash-joshi/respond