Tag:remix
All the articles with the tag "remix".
Should I use a form library in Remix?
Posted on:December 16, 2023Forms in Remix. A Real Talk on When to Go Library-Free and When to Dive In. Dive into this post for a down-to-earth guide on making smart choices about form libraries in your Remix projects.
how to translate the breadcrumbs
Posted on:December 5, 2023The Remix documentation presents a smart breadcrumb integration method, but falls short in multilingual support. This article explores two practical solutions- integrating translation context and utilizing translation keys, enhancing Remix's breadcrumbs for multilingual sites.
3 steps to integrate remix with (almost) every third party service
Posted on:November 23, 2023Master Remix integration with any service in three steps. handle dependencies, pass secure environment variables, and seamlessly expose SDKs for a smooth development experience. No more headaches. Just efficient integration.
How to populate a repetitive select box?
Posted on:November 16, 2023You want to populate a select box using server data but wonder what is the best way to do it?
Common Pitfalls when writing E2E tests with Playwright and Prisma & how to avoid them
Posted on:January 28, 2023Testing is an essential part of any software development process. It helps you to ensure that your code is working as expected and that you don't break anything when you make changes. In this article, we will look some common pitfalls when writing E2E tests with Playwright and Prisma and how to avoid them.