FOFavour Ogbondainopenreplay.hashnode.dev·Jul 18, 2023 · 14 min readCreating A Weather app With Next.jsIn this article, you will learn how to create a weather forecast app using Next JS and Chakra UI. The app will use the OpenWeatherMap API to get its weather forecast, time and date, and the icons needed. To start the project, you must have an OpenWea...00
FOFavour Ogbondainopenreplay.hashnode.dev·Jun 25, 2023 · 8 min readGoing serverless with Next.jsThe term ‘serverless’ denotes a development model that lets a developer focus only on writing and deploying code without having to worry about where (the servers) they are deployed. The servers are often termed the ‘cloud’, and they free you from muc...00
FOFavour Ogbondainopenreplay.hashnode.dev·Feb 17, 2023 · 11 min readData Fetching in Next.jsby Favour Ogbonda Next.js is a perfect React framework that is fast, has more configuration, good image optimization features, and rendering capabilities. It also has methods that help in data fetching from the back end. This article will go through ...00
FOFavour Ogbondainopenreplay.hashnode.dev·Feb 1, 2023 · 8 min readRouting in Next.jsWhen we build a project in Next.js, we use the file components structure, such as the pages folder and API folder, and sometimes we also create a component folder. Each folder is a container for the files, which contain the code for each component of...00
FOFavour Ogbondainopenreplay.hashnode.dev·Nov 6, 2022 · 13 min readImplementing 3D graphics in Reactby Favour Ogbonda 3D is an exciting area in computer science, and it could range from creating 3D shapes, vectors, and graphics. In this article, we will see how to do the goal of creating 3D graphics in React. In React, there are different librarie...00