March 13, 2023 · 8 min readAnnouncing the Release of refine v4!This release includes several new features that are designed to enhance the developer experience.Necati ÖzmenHead of Content, refine
February 23, 2023 · 23 min readHow to Build a React Admin Panel with Mantine and StrapiWe'll be building a simple React Admin Panel with refine and Mantine using Strapi as a backend service.Joseph MawaWeb Developer
January 23, 2023 · 27 min readrefine vs RedwoodJSWe will compare two open source React frameworks, that can be used to build CRUD applicationsMadars BišsSoftware Developer
September 9, 2022 · 9 min readReact 18 Upgrade Guide and New FeaturesReact 18 was released! Are you looking to upgrade to React 18? Learn about the new features and changes in this comprehensive guide.Joel AdewoleWeb Developer
May 29, 2023 · 13 min readNext.js 13.4's Server Actions and Data FetchingWe'll delve into the Next.js alpha feature Server actions and data fetching techniques.Victor UmaSoftware Developer
May 26, 2023 · 21 min readA Comprehensive Guide of React Unit TestingWe'll learn how to unit test our component down to hooks and Context.Chidume NnamdiSoftware Engineer
May 25, 2023 · 13 min readKubernetes vs Docker - A Detailed ComparisonWe'll compare both in terms of features, pros, and cons and in which scenario you should prefer one over another.Muhammad KhabbabProject Manager
May 23, 2023 · 14 min readCreating 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.David OmotayoFrontend developer
May 21, 2023 · 13 min readA Detailed Guide on TypeScript Enum with ExamplesWe'll explore TypeScript Enums with examples.Abdullah NumanFullstack Developer
May 18, 2023 · 16 min readHow to use ZustandWe'll learn how to use Zustand in our React project.Chidume NnamdiSoftware Engineer
May 16, 2023 · 9 min readHow Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.Michael HungboSoftware Developer
May 15, 2023 · 9 min readWhat is Vite? & Vite vs WebpackWe will explore what is Vite.js and compare it to Webpack.Victor UmaSoftware Developer
May 12, 2023 · 12 min readgit diff - Comparing Changes in GitWe'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.Muhammad KhabbabProject Manager
May 10, 2023 · 4 min readrefine.new - Introducing the Fastest Way to Create refine AppsDiscover how refine.new and the refine framework are transforming the way developers create front-end applications in the React ecosystemNecati ÖzmenHead of Content, refine
May 9, 2023 · 12 min readHow to use Material UI ModalWe'll learn how to use Material UI Modal to create a popup window that can display important information or facilitate user input.Doro OnomeSoftware Developer
May 3, 2023 · 13 min readHow to implement a date picker in ReactWe’ll show you how to implement a date picker using the ‘react-datepicker’ library and how to customize the functionality for your use case.Irakli TchigladzeWeb Developer