Hey <!channel>! We wanted to share a new piece written by
@Hasan Ayan with you 😊
The Backend for Frontend concept in Remix and its associated hooks such as useLoaderData or useFetcher are great tools for building dynamic pages. In most cases, these hooks provide a simple and reliable way of getting data from loaders. 🤔 However, there are some cases where this concept imposes certain limitations.
While working on our Audit Logs feature, we hit one of them.
In this article, Hasan Ayan shares more on that limitation and shows how we implemented a solution for ourselves 🔑