Wow! Continuous Releases using `pkg.pr.new` in honojs/middleware are working now! It was quite a challenge to get this working in a monorepo with so many packages!
Thanks @BarryThePenguin
Build Your Web Framework From Scratch! 💡@yusukebe, Creator of @honojs & Senior Developer Advocate at @Cloudflare, invites you to his talk at #JSNation.
Be there🔥
🔥@yusukebe, the creator of @honojs, shares how the web framework built on Web Standards now runs on Node.js - alongside Cloudflare, Deno & Bun!
Hear about the challenges, performance boosts🚀& future middleware support: gitnation.com/contents/make-…
I made a Vite plugin for the stack:
Hono/React/Cloudflare Workers/Tailwind CSS
If you want to play, run the command:
npx giget@latest gh:yusukebe/hono-vite-react-stack-example my-app
Please share your thoughts.
Introducing a new starter template `cloudflare-workers+vite`!!
It uses `@.cloudflare/vite-plugin` that has workerd inside and emulates the Cloudflare bindings as the same as Wrangler. But the DX is Vite's.
You can try it with the command:
npm create hono@latest
Introducing a new starter template `cloudflare-workers+vite`!!
It uses `@.cloudflare/vite-plugin` that has workerd inside and emulates the Cloudflare bindings as the same as Wrangler. But the DX is Vite's.
You can try it with the command:
npm create hono@latest
This project is super simple but will replace CRA. Hono app renders HTML with React SSR and serves API. The React client will be inserted in the HTML. The Plugin emulates Cloudflare environment.
* Vite
* React
* Hono
* @.cloudflare/vite-plugin
github.com/yusukebe/hono-spa…