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 SarwarSoftware Engineer
October 5, 2022 · 9 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, differences 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
September 24, 2022 · 5 min readHow to use the useParams hook in React RouterWe'll discover how to access the parameters of the current route with the useParams hook in React Router.Joseph MawaWeb Developer
September 23, 2022 · 5 min readA Quick Start Guide to React SuspenseWe will discuss how React Suspense works and common use casesJoel AdewoleWeb Developer