How do I get started with ReactJS? [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Need good resources for learning React - tutorials, video series, books, etc.
Some websites just provide the basics of React but I need guidance on how to get started with developing a full-fledged website with multiple react components.

https://medium.mybridge.co/learn-react-js-from-top-45-tutorials-for-the-past-year-v-2018-28b7f4d4b2c4
React
https://medium.freecodecamp.org/all-the-fundamental-react-js-concepts-jammed-into-this-single-medium-article-c83f9b53eac2
https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBuKtLgPR_zWYnrwv-JllpA
https://www.youtube.com/watch?v=A71aqufiNtQ&t=1578s
https://www.youtube.com/playlist?list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b
Redux
https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBbSLZjvleMwldX8jGgXV6a
https://www.youtube.com/playlist?list=PL55RiY5tL51rrC3sh8qLiYHqUV3twEYU_
https://www.youtube.com/playlist?list=PLoYCgNOIyGADILc3iUJzygCqC8Tt3bRXt
React Routing
https://medium.freecodecamp.org/beginner-s-guide-to-react-router-53094349669

Related

Any recommended library to create this specific custom graph on javascript react? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
Hey! I'm just trying to create this custom graph, values come from the backend but to be honest I was looking for experts maybe in react or javascript of any library that could help me to develop this feature. I'm making a project with react.

how to create a virtual glasses try-on with react-native? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am working on a react native app where a user has the ability to try on the frames virtually on his eyes just like lenskart. Is there anything I can get started with?
You can try viro for Android and IOS.
or
react-native-arkit for IOS only.
Here's some tutorials:
augmented reality react-native
Building Cross-Platform AR Apps With React Native

How to create multiple HTML pages with same layout? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm building a website that has a similar format with all of the pages is there a way to have a template so you don't have to retype the same code over and over again so that if I want to redesign the website I only have to redesign the main template instead of every page
Creating multiple HTML pages with the same layout is exactly the reason why frameworks such vuejs and react are so popular. if you are new in web dev I can recommend you vuejs. It's very easy to learn.

Is there any react js alternative that doesn't use jsx? Maybe native html code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am trying to find something that doesn't use JSX to build. Is there any alternative other framework that will accomplish this as fast as react does?
Just use vuejs. You make your html template and write you js code under the template.
Vuejs is also very comparable to react in speed.
Here is a link to vuejs.

Live production site / webapp examples using AngularJS / EmberJS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm just investingating the two JS frameworks, and found that see live examples of usage can explain a lot about the framework itself.
The same happened, when I saw that they made Mailchimp with Dojo.
So do you know live examples carried out using either AngularJS or EmberJS?
This is the only angularJS collection of live sites: http://builtwith.angularjs.org/

Categories