Steez(e)

Adventures with Remix continued. I’m going to try to add Tailwind to the app: https://remix.run/docs/en/main/styling/tailwind.

Hello Remix

This is my first attempt at getting a Remix application running on a VPS. I’m kind of following this: https://www.youtube.com/watch?v=pFxynNyz-QI. Just kind of following though. Don’t blame that tutorial for my mistakes.

Remix runtimes, adapters, templates and deployment

“Runtime” just means “execution environment”? I’ll go with that for now. I guess the issue is that each runtime (node, deno, etc) has varying support for the Web APIs that Remix uses. Remix runtime packages are used to fill in any missing features.

Learning Remix

If anyone’s reading this… maybe don’t. It’s just an attempt to make something stick in my brain. Remix is built on top of React Router: https://reactrouter.com/. How much do I need to know about React Router to make sense of it?