All posts tagged #Remix
Remix Tutorial Part 5: Game Details View
In this tutorial, we'll be building out the game details view for our games app. As before, we'll be using the Remix framework to build out our app. If you…
Remix Tutorial Part 4: Search for Games
Ben likes to play video games. He wants to be able to search for games and add them to his list of games. We'll need to add a search bar to our app, and then we…
Remix Tutorial Part 3: The Side Menu
In this tutorial, we will be adding a side menu to our app. This will allow us to navigate between the different pages of our app. We will also be adding a new…
Remix Tutorial Part 2: Setting Things Up
We're using the "indie stack" from Remix. But I always need to customize the defaults because I'm difficult. I really should create my own stack to make this…
Remix Tutorial Part 1: Let's Build an App
A few weeks ago, I was in Chicago visiting with my sisters and my nephew; Ben. Ben is 7. Ben likes video games. Ben likes old video games that I played when I…
Should I Use Remix and GraphQL Together?
I recently wrote an article outlining how one can integrate GraphQL into a Remix app. But I failed to answer one fundamental question: "Does it make sense even…
Using GraphQL with the Remix React Framework
GraphQL is a modern and flexible data query language that was developed by Facebook. It provides an efficient and powerful alternative to traditional REST APIs…
Remix: The React framework you should check out in 2023
The Remix React Framework, an open-source framework released late in 2021, is winning fans with its minimalist approach and impressive power. It's simple to use…
Angular vs React: What should you choose? | MachineServant
When it comes to building web and mobile applications, developers have a variety of frameworks to choose from. Two of the most popular options are Angular and…
Untangling Remix Optimistic UI With Multiple Destinations
One of Remix's coolest features is the useTransition hook, which provides the basis for an "Optimistic UI" experience. You can read about this in the official…
The Musings of a React Web App Developer using Remix
About a year ago, a little project by the team that brought us React Router was made open source. The project, Remix, had been gathering a lot of buzz in the…