Can I use react suspense in production? [closed] - reactjs

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
In this page, they use Suspense with React.lazy for lazily loading components. However, Suspense itself is listed under the experimental Conccurrent mode which is not stable yet as they note here. I don't understand. Can I use Suspense in production ?

Related

react styled-components VS emotion [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 days ago.
Improve this question
You are about to select a style module during the new project.
The two ways of using them seem almost the same.
Which one does it look good to choose?
Project wants to do stack overflow clone coding
awdawdawdasdadawdaqwda

which way is better when using SVG [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I am developing a website using React and I have almost 40 SVG, so which way is better to use them
1-<img src="./name.svg"/>
2- create component for every one and import them
thank you`
Create a new component for each one and import them. That way you can reuse them in other parts of your app as a react component and not an img tag. But in essense, it doesnt really matter

React - Folder structure [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Is it a good practice to put App.js, App.css and App.test.js in to a folder called app and put the app folder inside src/components folder?
It depends on an individual. According to me, things are good as it comes when creating react app :)

Is there any downside to using create-react-app? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
Can someone please explain to me the downside of using create-react-app compared to creating you own boiler plate react application?

Would React be suitable for building a chat site like Slack or Hipchat? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I've recently started learning React and don't know enough to make a judgement on whether it would be a good library to use for a chat web app?
HipChat is built with React: https://developer.atlassian.com/blog/2015/02/rebuilding-hipchat-with-react/
I believe it also uses Material-UI since some of the components are near identical (buttons, icon/label placement, etc.)

Resources