92 posts tagged with "React"
View All TagsA handy design pattern for managing global state in React applications using Context and custom hooks.
Integrating React Testing Library into a docusaurus project using Jest as the test runner, while also using TypeScript.
How to install and configure Jest for your JavaScript and TypeScript projects. Packages, configuration files, and running tests within a Docker container.
A component that makes it easy to create vertical and horizontal space between elements, which varies based on the screen size.
A component that detects the height of the content inside it and then offers the ability to expand or collapse the content if it exceeds a certain height.
Storing TipTap Editor State in Redux with Debouncing to persist editor state in a performant manner.
I've discovered something magical, useMemo can return objects full of functions that can be destructured.