A quick set of examples to show how to send HTTP PUT requests from React to a backend API using axios
This is a quick example of how to setup form validation in React with version 7 of the React Hook Form library.
This tutorial shows how to build a basic Next.js CRUD application with the React Hook Form library that includes pages that list, add, edit and delete records using Next.js API routes.
Published: December 15 2020
Last updated: November 22 2021
This tutorial shows how to build a basic Angular 11 CRUD application with Reactive Forms that includes pages for listing, adding, editing and deleting records from a JSON API.
Published: November 28 2020
In this tutorial we'll go through the steps to enable sending email via SMTP from a .NET Core API using the Amazon Simple Email Service.
Published: November 18 2020
An example of backendless development with Blazor WebAssembly using an HTTP Client Handler, includes "pass through" to real backend for unmocked URLs.
Published: November 11 2020
A quick set of examples to show how to send HTTP DELETE requests from React to a backend API using fetch()
Published: November 09 2020
In this tutorial we'll go through an example of how to build a simple user registration, login and user management (CRUD) application with Blazor WebAssembly.
Published: November 02 2020
A quick set of examples to show how to send HTTP PUT requests from React to a backend API using fetch()
Published: October 28 2020
This is a quick post to go through the steps to load, initialize and use the Facebook JS SDK in a React application.