How can I fix the on reload error on a React website hosted on Netlify without the TOML file? [closed] - reactjs

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
Without the TOML file, the reload error occurs.

You can use _redirect file in your public directory. That worked for me.

Related

Facing issue while hosting REACT APP ON HOSTINGER through GITHUB [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I'm getting error while hosting REACT APP on hostinger using github. It is showing composer.lock and composer.json file is missing.
Anyone who were facing same issue can help me.
I have add composer file on it but still build is not creating only github pushed file is in the hostinger public_html.

How can I showcase the code snippets in my react app? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 months ago.
Improve this question
I'm trying to make a code showcase web app in react. And I wanted to show case the code snippets similar shown below !!
react-code-blocks package will do the job pretty well.

Does anyone have a working example for the new Next JS app folder Layouts RFC? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 months ago.
Improve this question
Read this post about a new way of structuring pages in-app folder in Next JS, but I can't find any example.
Layout RFC Blogpost
Is this not yet available?
Found the answer on GitHub. It's just a proposal.
Edit: since Next 13, this feature is live
next ripo
https://github.com/vercel/next.js

Why is my reactjs project loading endlessly? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
In my project i use "tailwindcss". I don't have any error but my project don't load. Just website loading and it's all. I give my github repo instead code, beacause i don't know, where problem. I hope, i can write links
Project - https://github.com/kirilchistov/react-movies
Problem:
there is a loop in you header file. for the default path <popular/> is called which calls <header/> which again calls <popular/>. you should do all the route management in the app.jsx file.

Auto startup an executable application when downloaded from an email [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am building an application with C language for my final project,
I am sending the executable application via email,
when the application is downloaded it should run itself.
There is no way to do this. This is to stop viruses/malware etc. to spread.

Resources