others / www.youtube.com2024-08-28
How to Create the Perfect Hono + Remix Server in under 10 minutes
Today we go over how to switch your Remix vanilla server over to Hono.js in your remix vite projects, how to type your AppLoadContext with TypeScript tricks and how to use middleware in Remix.
We also use the i18n middleware for localization and internationalization.
๐ Resources and Links:
GitHub Repo: https://github.com/AlemTuzlak/remix-ecommerce
๐ Don't forget to like, comment, and subscribe for more episodes in this series! Join our coding community and let's build something amazing together.
๐ Stay Connected:
Twitter: https://twitter.com/AlemTuzlak
GitHub: https://github.com/AlemTuzlak
Company Github: https://github.com/forge42dev
โฑ๏ธ Timestamps:
00:00 - Intro
00:28 - Going over what we need
01:25 - Adding the Hono server to Remix vite
02:20 - Extending our vite config
03:10 - Creating the load context
05:55 - Typing our app load context
07:28 - Adding internationalization i18n middleware
08:04 - Modifing our project
10:02 - Going over our implementation
11:10 - Going over what else you could do
๐ Tags:
Remix framework, Vite, Remix Vite, web development, frontend development, Remix tutorial, coding tutorial, Remix Vite tutorial, open source, coding community, Hono.js