TutorialsAUG 21, 2024A complete guide to the React createPortal APIWe'll explore the React createPortal API, its advantages, disadvantages, and possible use cases.
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 19, 2024Using Heroicons with TailwindCSSIn this post, we see how to use Heroicons with TailwindCSS.
IntegrationsAUG 19, 2024Tailwind Flex for Responsive React ComponentsThis post is about how to use TailwindCSS Flex classes effectively to implement responsive components in React.
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
AlternativesAUG 12, 2024Bun vs. Node.jsWe'll go over the new Bun runtime that has created a buzz in the tech space lately.
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.
TutorialsAUG 7, 2024Next.js 13.4's Server Actions and Data FetchingWe'll delve into the Next.js alpha feature Server actions and data fetching techniques.
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.