Ademola Ade-akanfedevdemolacoder.hashnode.dev·Sep 18, 2023Using Next.js version 13Introduction: What Next.js is? Using Next.js version 13.4 Understanding Next.js file structure Working with Next.js built-in files Pre-requisites: Knowledge of JavaScript Knowledge of React Little Knowledge of Next.js 's previous Version (No...Discuss·19 likes·29 reads#nextjs #javascript #react
Armstrong Olawandearmstrongolawande.hashnode.dev·May 31, 2023Create a Web3 Login with MetaMask Integrated with Firebase Auth and FirestoreOverview Web3 authentication is a new approach to online authentication that is based on decentralized, blockchain-based technologies. It is a departure from traditional Web-2 authentication methods, which rely on usernames and passwords and are typi...Discuss·3 likes·66 readsFirebase
Oluwatosin Gbengacodemerchant.hashnode.dev·Apr 12, 2023Next.js Data Fetching: When to Use getServerSideProps vs. getStaticPropsNext.js is a popular React framework that allows developers to build fast and scalable web applications. One of the key features of Next.js is its data fetching methods, which enable developers to fetch data and pre-render pages on both the server an...Discuss·1 like·111 reads#nextjs #javascript #react