How do you build a webapp? - reactjs

Probably a very stupid and easy question.
I'm new to React but I'm honestly new to software engineering in general.
I'm trying to build a web app, but I have no idea how.
I don't know anything about web apps, except that you should know a bit of HTML, CSS, JS.
Anyway, I went into this link https://reactjs.org/docs/create-a-new-react-app.html to create my first React app. I followed the instructions carefully and I now have this tab opened on pc:
I of course would like to edit the code and start making my app. But how? Where?
Where is this code written? Inside the directory that I used there is still nothing. I looked for "src" or "App.js" on my pc and found nothing. Where is it? Should I download anything else?
I'm a bit lost with this so any help would be appreciated.

Related

Why are new react js files not saving?

I have noticed something about react recently. There are 3 react projects that I am working on. Everything is going well, but the problem is, I can't update new files that I just created in the project.
I am using Sanity.io in one of them and I have been trying to save the new components I just created but it's not working.
Initially I thought it had something to do with my codes, but I was surprised to experience it again in a MERN stack project I am working on. I can't save any new file I create.
Now there's another project I'm working on using Redux toolkit, I'm also experience the same issue.
I am using VS Code and I have reloaded the editor several times and its still not working.
At this point I assumed it was a VS code settings issue, so I switched one of the projects to Atom, and still the same thing.
What could be the cause of this? Is there a new feature or update in react that I don't know of? Or is it a file structure issue? I'm new to React so I don't know much.
Note, I didn't add codes to this question since I feel it much to do with my know of React in general than my codes.
I will appreciate every assistance I can get.

How to build a tiktok like video upload and video feed function in a react native app?

I have no experience or idea about how video upload and streaming works at the backend, and I am trying to build a tiktok-like app, so if you can share directions on how to approach this, where to learn more, where to find resources, what libraries to use, what database to use, or anything that could be helpful, even if one line advice, I would really appreciate that.
I understand there is going to be a lot of code and that could be out of scope here, but any direction/advice would be helpful.

How do make new website using MEAN stack application in Windows 10 home?

Some more days ago I installed MEAN stack application on my system, but I haven't any idea for MEAN stack application. How do make a new website using this MEAN stack application in Windows 10?
First thing I would do is watch some tutorial videos on how to make an AngularJS website on youtube and follow along with what they do. This will give you a basic understanding of how a AngularJS website works. Then I would probably suggest googling for an open source meanJS site. I would probably use something like https://github.com/cornflourblue/mean-stack-registration-login-example set it up on my own server and play around with it. Learn what everything does and how it does it. Then as you deconstruct the site and learn, start to work on your own.

How to integrate airbrake my project?

My project written with Node and AngularJs, I want integrate Airbrake, searched a lot but still can't imagine how. I see ways by do this using node, angular directive, express. Wiche one I must use? or maybe all together? Can someone explain me whole logic of this and show example. Thanks)
You can install the same airbrake-js library in both applications, since airbrake-js supports Node and browser applications. The README explains more and the examples directory is a good place to start: https://github.com/airbrake/airbrake-js

How to set language in moment js whole project-wide?

I have a simple react project (npm, babel, es6). I would like to set language for WHOLE project. Not only for one file (what works). I checked a lot solution (ex. https://github.com/moment/moment/issues/1875#issuecomment-263220119) and it still doesn't work.
Does someone know how to solve this problem?

Resources