Blog
Learn about Remix and how to quickly build apps using RemixFast
Remix Kanban Board
Learn how to develop a Kanban board with drag-and-drop, workflow with error handling and optimistic UI.
Posted on 18 Mar 2024. - 8 min readRemix Modal Route
Learn how to develop and display route in a Modal.
Updated on 11 Mar 2024 - Posted on 9 Sep 2022. - 6 min readTailwind Light Dark Mode
Tutorial on how to implement light and dark mode in Tailwind using CSS Variables.
Posted on 28 Oct 2022. - 5 min readRemix Infinite Scrolling
Learn how to develop infinite scrolling in Remix using standard query string based paging technique.
Posted on 15 Aug 2022. - 5 min readRemix Notification
Learn how to develop notification functionality with Remix and react-hot-toast.
Posted on 18 Sep 2022. - 5 min readPrisma Workarounds
Prisma is a type-safe ORM that works well for CRUD, but falls short for some advanced scenarios. Find out about few of missing features and learn how to work around them (without having to use $queryRaw escape hatch).
Posted on 28 Sep 2022. - 5 min read