Antdpro Strapi Auth

screenshot of Antdpro Strapi Auth
express
react
ant-design
strapi

Implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client

Overview

This article discusses the implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client. It provides a guide on how to build and install the necessary dependencies for this implementation.

Features

  • Authentication with Ant Design Pro v5: The article shows how to implement authentication functionality using the Ant Design Pro v5 framework.
  • Integration with Strapi API: The article explains how to integrate the authentication functionality with a Strapi API.
  • Powered by Apollo GraphQL client: The authentication functionality is powered by the Apollo GraphQL client, providing a seamless experience for users.

Summary

This article provides a detailed guide on implementing authentication in Ant Design Pro v5 with Strapi API using the Apollo GraphQL client. It covers the installation process and highlights the key features of the implementation. This guide will be helpful for developers looking to add authentication functionality to their Ant Design Pro projects.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.