Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for AyeshSoulâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290124 | Initial revision | — | about 1 year ago |
Question | — |
Axios error bad request I'm trying to use this code with Axios: import "./feed.css"; import Post from "../post/Post"; import Share from "../share/Share"; import { useState, useEffect } from "react"; import axios from "axios"; export default function Feed() { const [posts, setPosts] =... (more) |
— | about 1 year ago |