markdalgleish/remix3-resources
A collection of useful links relating to Remix 3
This is the second India Remix Meetup. Members of the Remix team will speak. Bring all your questions and ideas about how to build better user experiences for the web! Agenda: 9:00: The Power of Form by Kent C Dodds (https://twitter.com/kentcdodds) 9:30: Remix Styling by Anuj Singla (https://twitter.com/singla387) 9:50: QA Would like to speak at this meetup? Propose a talk https://forms.gle/aVMgUG8JQHiEMWn8A --------------------- Follow on Twitter for more updates: https://twitter.com/remix_run Getting started with Remix: https://docs.remix.run Remix Blog: https://blog.remix.run/p/remix-preview Please join the discord channel for updates - https://discord.com/channels/770287896669978684/910796788838043688 Join Zoom Meeting https://healthifyme.zoom.us/j/93611642514?pwd=SEZUMkpEMnZ4bHlhZGI5dTRLUlhxUT09 Thanks, HealthifyMe(https://www.healthifyme.com/) for sponsoring the zoom license for the meeting.
This video shows how to configure VS Code to debug your Remix loaders and actions. NOTE: You can now use the `debugger` statement instead of the external `debug()` function. I tried this before, but it didn't work. Not sure why it works now. You still can't set a breakpoint inside a route module, but you can add `debugger` statement and it will break there. You can then step through your code. I will be re-recording this video with this new info. Get the launch configuration here: https://rmx.fyi/debug
Have you heard about our new Remix Stacks template the K-pop Stack? It combines Remix, Supabase, Tailwind, and more to give you a note creation app with auth to help jump start your own Remix creation. Check out how to make it your own and get it deployed to fast and free! Repo: https://github.com/netlify-templates/kpop-stack Blog Post: https://www.netlify.com/blog/deploy-your-remix-supabase-app-today!/
HTTP Caching is a web fundamental every web developer should eventually learn. The quickest way to a slow website is to not understand caching and ofc, the best way to make your website fast is to take advantage of it. In this video we'll explain the basics of HTTP caching, how web browsers respond to it, and how CDNs take advantage of it, by building a bare-bones Node.js server and then quickly see how to specify caching headers in a Remix App.
Learn more at https://remix.run
In Today's episode will cover: - @Stripe Integration - Webhook Setup - Checkout Session and Payment Testing These videos are free and created for the community, support will be much appreciated! š«¶
Check out the new v2_dev docs š https://remix.run/docs/en/main/other-api/dev-v2 Indie stack š https://github.com/remix-run/indie-stack