Level Up Your React Game with Remix, Prisma, & Supabase Postgres DB
Ready to supercharge your React app development with Remix? Learn how to create a server-rendered app with the Remix Stacks, Prisma, and Supabase.
A Policy is a design pattern used to define authorization rules that can be re-used easily across an app...
When you build a web application, you may reach a point where some performance problems could be solved by a...
If you are using Remix, most of your application code will live in the loaders and actions instead of React compo...
Vitest is a testing framework, similar to Jest, but way faster, built on top of Vite, which uses esbuil...
If you want to add real-time capabilities to your Remix app without using an external service, the easiest way is proba...
The Constraints API is a browser API that has been available since the times of IE10, yep, that old....
Remix does a fantastic job of avoiding waterfalls everywhere. It preloads assets. It downloads JS a...