Please enable JavaScript.
Coggle requires JavaScript to display documents.
LBS Connections - Coggle Diagram
LBS Connections
newsComponent
useEffect (render once)
Index.js -> / ROUTES /
app.use("/news", newsRoutes);
routes: router.get("/", getNewsPosts);
-
FormComponent
<Page>
Login
Formik: Data Fill
"click": Submit
handleFormSubmit()
login()
fetch:
url:http://localhost:3001/auth/login - method: POST - headers: "Content Type" : "application json" - body: JSON.stringify(values)
index.js - app.use("/auth", authRoutes
- 1 more item...
-