Create a Serverless School Management System with React, Auth0 and FaunaDB

Introduction
Many schools across the world have transitioned into fully online experiences with the recent pandemic. With each school’s backend stack witnessing new highs in usage, serverless solutions are more important than ever. Here’s a walkthrou… Read more

Similar

How to Use React Context

React Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent) inside your components’ render methods, where you normally would be limited to accessing only its local state and pr... (more…)

Read more »