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
September 22, 2022 路 13 min readOTP Authentication with Supabase and Twilio in ReactWe'll implement OTP(SMS) authorization using Twilio and Supabase in React app.Vijit AilSoftware Engineer
September 20, 2022 路 6 min readMemoization in React - How useCallback WorksImprove the APP performance with React useCallback() hookAbdullah NumanFullstack Developer
September 19, 2022 路 6 min readRedirect in React Router V6 with useNavigate hookWe'll discover how to perform a redirect using useNavigate in React Router V6Joseph MawaWeb Developer
September 18, 2022 路 14 min readMaterial UI Grid System in ReactWe'll discover the Material UI (MUI) Grid system with React examplesDoro OnomeSoftware Developer
September 16, 2022 路 6 min readReact useMemo hook guide with examplesImprove the React app performance with useMemo() hookAbdullah NumanFullstack Developer
September 13, 2022 路 11 min readReact memo guide with examplesImprove the app performance with React.memo()Abdullah NumanFullstack Developer
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
September 5, 2022 路 10 min readMaterial UI button in ReactA complete guide on using Material UI (MUI) button in a React appDoro OnomeSoftware Developer