Explore
Select a tab
What's new
Data Waterfalls with RTK Query
Calling web APIs has never been easier, but some pitfalls remain. This article shows best practices for synthesizing information from multiple endpoints in React components using RTK Query.
Blog
• Mar 31, 2024
Enhancing Remix's Defer Functionality
A dive into one of Remix's newer features: the ability to defer rendering part of a web page.
Blog
• Oct 3, 2023
Using Mock Service Worker to Improve Jest Unit Tests
Mock Service Worker (MSW) improves unit tests of components that make API calls by defining mocks at the network level instead of mocking our own custom code. Better still, we get that benefit while also making our test code smaller, easier to read and easier to reuse.
Blog
• Aug 5, 2021