React doesn’t show changes
When I create a new react project like this:
React doesn’t show changes
When I create a new react project like this:
React doesn’t show changes
When I create a new react project like this:
React doesn’t show changes
When I create a new react project like this:
React bundle size increased by more than the file that it included
require(`./path/to/large_file`) Without this file being required, the React app build bundle resulted in 36 MB. With this file included, it resulted in 80 MB. However, the size of the file itself, ./path/to/large_file, is only 21 MB, via this linux command: du -sh ./path/to/large_file 21 + 36 = 57 80 – 57 = 23 Can someone […]
trying to send multipart data [closed]
Closed 3 days ago.
I’m unable to create a new project with React
I’m unable to create a new project with React. It created files but this error appears before ending.
Download uploaded pdf file fails to render the first time
I am trying to make the user download the pdf file that he has submitted on the form, the first time i click download, it downloads the pdf file but when i open it , it gives me Failed -network error on the file being downloaded, if i resave anything in the file while staying on the form, it downloads the file but when i open it , it gives me unable to load PDF file, then i resave again, and it downloads the pdf file and i actually open it. im not sure if this is related to how the action is updating the attachmentUrl,
Error 404 (Not found) when connecting the frontend and backend parts in React. What to do?
I made a feedback form, the client server is working well separately. But when they were combined on the same host when you click send (request feedback by mail ) an error is coming out. Swears at the line in Hero.jsx const response = await fetch("/api/feedback", {
Error 404 (Not found) when connecting the frontend and backend parts in React. What to do?
I made a feedback form, the client server is working well separately. But when they were combined on the same host when you click send (request feedback by mail ) an error is coming out. Swears at the line in Hero.jsx const response = await fetch("/api/feedback", {