Posts tagged with
react
Error Boundaries in React - Handling Errors Gracefully
We'll see how to handle errors in React using Error Boundaries and how to use the react-error-boundary library to handle errors in React.
Introduction to React Table - TanStack Table Adapter for React
We'll explore how to use TanStack Table(React Table) in a react project. We'll also explore how to use TanStack Table with refine.
A complete guide to the React createPortal API
We'll explore the React createPortal API, its advantages, disadvantages, and possible use cases.
Using React Hot Toast as a Notification Provider for CRUD apps
We'll introduce create a custom notification provider using the react-hot-toast library.
Creating Polished Content with React Markdown
We will explore the process of integrating the markdown editor into a Refine application
How to set up a WebSocket connection with Node.js and React.js?
Understanding Real-time communication with React and WebSocket
How to create a notification provider with react-toastify
We'll create a custom notification provider in a Refine application using react-toastify.
A Guide to Using the useLayoutEffect Hook in React
We'll explore the useLayoutEffect hook in-depth, how it differs from useEffect and learn how to properly leverage its capabilities to enhance the user experience.
A Comprehensive Guide of React Unit Testing
We'll learn how to unit test our component down to hooks and Context.
Creating responsive tooltips in React with react-tooltip
We'll explore how to create a custom tooltip component in a React application, as well as integrating the react-tooltip library.