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.
Related
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.
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.
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
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
I mean you only code once and compile to Android app + web without extra additional customization.
And Can Ionic do the same ?
Try looking into React Native, https://reactnative.dev/. Also, just a friendly tip: Before asking questions on Stack Overflow try doing your own research on the topic, you might find something. :)
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 4 years ago.
Improve this question
I have bumped into this article the other day but struggled to make a usable demo on codepen. I want to use this component to make two-level dropdown menu button but I keep getting syntax error at line 5.
Here is the component. Note that I am just starting my journey with React.js
You are possibly getting this error -
'const' can only be used in a .ts file.
That is because const is inside the class.
Move it outside and it will work fine.