All Questions
8 questions
0
votes
1
answer
1k
views
why does browser still refused to load the image base64 after I added the Content-Security-Policy mate
i created a new project with the create-react-app and browser still refused to load the image base64 after I added the Content-Security-Policy mate
index.html
<meta http-equiv="Content-...
0
votes
0
answers
221
views
(Suspended) REASONS for Firebase Hosting with create-react-app error: 1. Uncaught SyntaxError: Unexpected token <, 2. White Blank Page in Hosting URL
I want your help for giving TECHNICAL reasons for the issues and it's solutions I found in my personal project.
The issue happens when Deploying my app with Firebase CLI Tools.
My App is made with ...
0
votes
0
answers
251
views
How to get all files from a directory using ReactJs
I have a create-react-app application that has a page where it allows the user to select a .csv file to upload, this file has many columns, one of these columns is a path to a folder with a bunch of ...
0
votes
2
answers
578
views
why does create-react-app still include babel in 2020
I understand why create-react-app included babel in 2015. But now that all 4 major browsers are quite good with ES2015(aka ES6) and even ES7, why does create-react-app need to include babel (which has ...
-2
votes
1
answer
388
views
Notification of unsupported browser in app built with create-react-app
I have created a web app with create-react-app. I need to notify users with older browsers (IE10 for example) that their browser is not supported and they should switch to a more recent one.
I am ...
3
votes
1
answer
4k
views
Understanding the meaning if >0.2% and finding the IE versions supported
The browserslist section in my package.json says:
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
...
8
votes
2
answers
6k
views
create-react-app running on Smart TV browser
I am facing a big problem with create-react-app environment on trying to run my application inside a Smart TV browser.
Specification TV and browser (http://whatismybrowser.com)
TV: Panasonic TC-...
1
vote
1
answer
1k
views
React style caching issue on mobile browsers
I'm developing a React app with Create React App and deploying to Heroku.
My problem is that every time I push a new update the old browser cached styles get loaded when users go to the app on ...