IntegrationsAUG 20, 2024Using React Hot Toast as a Notification Provider for CRUD appsWe'll introduce create a custom notification provider using the react-hot-toast library.
IntegrationsAUG 16, 2024Creating Polished Content with React MarkdownWe will explore the process of integrating the markdown editor into a Refine application
TutorialsAUG 15, 2024How to set up a WebSocket connection with Node.js and React.js?Understanding Real-time communication with React and WebSocket
IntegrationsAUG 9, 2024How to create a notification provider with react-toastifyWe'll create a custom notification provider in a Refine application using react-toastify.
TutorialsAUG 9, 2024A Guide to Using the useLayoutEffect Hook in ReactWe'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.
EngineeringAUG 5, 2024A Comprehensive Guide of React Unit TestingWe'll learn how to unit test our component down to hooks and Context.
IntegrationsAUG 4, 2024Creating responsive tooltips in React with react-tooltipWe'll explore how to create a custom tooltip component in a React application, as well as integrating the react-tooltip library.
AlternativesJUL 23, 2024React Hook Form vs Formik - Comparing the most popular React form librariesThis article will compare React Hook Form and Formik by highlighting their strengths and weaknesses.
TutorialsJUL 17, 2024How to use Conditional Rendering in ReactWe'll implement Conditional Rendering in React and the various ways to use it in your React applications.
AlternativesJUL 16, 20245 Best Free Platforms for Hosting Hobby Web ProjectsA list of the best free platforms for hosting hobby web projects. You can host your static websites, React apps, and more for free.
EngineeringJUL 12, 2024A Guide on React Lazy LoadingWe will be looking at what lazy loading is, how it works, and how it can be used to improve the performance of React applications.