September 11, 2022 · 19 min readBuild a Progressive Web App (PWA) with Next.jsWe will walk you through the entire process of building a PWA using Next.JS and refine framework, from start to finish!David OmotayoFrontend 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
August 28, 2022 · 9 min readJavascript Currying - Variadic CurryingDeep dive into variadic currying in JavaScript with examplesAbdullah NumanFullstack Developer
July 21, 2022 · 18 min readBuilding a CRUD app with Material UI and Strapi in ReactHow to build CRUD admin panel with Material UI?Necati ÖzmenHead of Content, refine
October 13, 2022 · 8 min readWhy you should prefer using pnpm over npm and yarn?The advantages of pnpm and comparison guide.Muhammad KhabbabProject Manager
October 10, 2022 · 4 min readHow to use TypeScript Partial Type?We'll explain the TypeScript Partial utility type with examplesAbdullah NumanFullstack Developer
October 7, 2022 · 9 min readCreating a Responsive React Navbar with Tailwind CSSIn this brief guide, we'll create a responsive navbar with Tailwind CSS and Bootstrap in React.Muhammed Arslan SarwarSoftware Engineer
October 5, 2022 · 10 min readHow to use Next.js API Routes?We will deep dive into Next.js API Routes with Dynamic Routes.Michael HungboSoftware Developer
October 4, 2022 · One min readrefine Joins the Hacktoberfest FunHactoberfest is back and we are excited to be a part of it. Join us in making open source contributions.Necati ÖzmenHead of Content, refine
October 3, 2022 · 4 min readA Guide on TypeScript Omit TypeWe'll dive into the TypeScript Omit utility type with examplesAbdullah NumanFullstack Developer
October 2, 2022 · 6 min readHow to use React Fragments?We'll cover what React Fragments are, diffences between React Fragments and Div elements.Clara EkekentaSoftware Engineer
September 30, 2022 · 7 min readA Detailed Guide on TypeScript Pick TypeWe'll deep dive into the TypeScript Pick utility type with examples and use cases.Abdullah NumanFullstack Developer
September 29, 2022 · 4 min readRedirect in React Router V6 with Navigate ComponentWe'll see how to redirect using Navigate Component in React Router V6Joseph MawaWeb Developer
September 28, 2022 · 8 min readHow to use Docker Build Args and Environment VariablesA guide for using Docker Build Args to Configure Image BuildsMuhammad KhabbabProject Manager
September 27, 2022 · 18 min readReact Hook Form Validation with Complete ExamplesWe'll implement React Hook Form custom validations and schema validations using yup.David OmotayoFrontend developer
September 25, 2022 · 6 min readWhen to use dangerouslySetInnerHTML in React?Find out when to use dangerouslySetInnerHTML in React and how it can help avoid XSS attacks.Clara EkekentaSoftware Engineer