In this article, we will describe how to get started with the Xata database and integrate it into an application. We will build a simple demo application showing how to perform the basic CRUD operations on our database.
Bootstrap is a popular CSS framework that provides a set of pre-designed UI elements. This article provides instructions on how to integrate the Bootstrap CSS framework into a React application, by referencing the necessary files and using the relevant Bootstrap classes/elements within React components.
This article discusses three less commonly known but still very powerful hooks from React Router—useSubmit(), useBeforeUnload() and useRouteError(). These hooks have been released as part of the latest major version of React Router, v6.
SSO enables users to securely authenticate with multiple applications and websites by using just one set of credentials. In this tutorial, you'll learn how to implement SSO in Remix.