react-typescript-login-example
react-typescript-login-example copied to clipboard
React Typescript Login and Registration example - JWT Authentication & Authorization with Axios, Router, Rest API
The endpoint is not valid so it causing some issues.
Hello, I've made some changes to your code like: - Refactoring the code the modern way => class components to functional components - remove some deprecated key words - configured...
import React, { useEffect, useMemo, useRef, useState } from "react"; // Bu versiyonda para birimi Euro olarak ayarlandı const CURRENCY = new Intl.NumberFormat("tr-TR", { style: "currency", currency: "EUR", minimumFractionDigits: 2,...