U
Jul 1, 2024
Good and precise course also! The lab environments are interactive and also it allows us to practise git and github concepts. Thus, giving a real feel of course
PF
May 29, 2023
The course provides a real learning experience. I was able to understand and put into practice what was taught in class and deliver the project.
By Julian G
•Aug 24, 2023
The learning curve towards the end is really steep
By Yohanes D
•Jul 24, 2023
More Practice session and more context for redux
By Leila L
•Nov 20, 2024
It was a good course. I learned a lot.
By Bereket K
•Mar 24, 2024
i have learnt a lot from this course
By Sylvestre H
•Dec 30, 2024
Merci pour la formation
By emad s
•Sep 8, 2024
Nice
By Thomas U
•Aug 23, 2024
I would say generally this course is pretty decent, but I'm pretty experienced with React and am taking this as part of a larger track and just have to rate this a little lower if it is meant to teach newcomers about some features of React since it has some parts that distinctly stood out to me as bugs that were examples of the 'right' way to do things. It kind of concerns me since I'll be less experienced in some of the other areas of the course, and don't want to learn bad habits. For example, in Module 3 / Side Effects video / 3:50 a useEffect is shown with an infinite loop in it as the way to do things correctly (foods is a dependency of the useEffect, and the foods state is updated in the useEffect). Also, I saw many areas where there could be issues from state update batches based off the state's previous value. setFoods(foods + 1) should be something like setFoods(prev => prev + 1). Also, some of the questions on quizzes were kind of bizarre, like asking how to do an API call with 'React' and the correct answer wasn't useEffect, it was useFetch, which is not a standard React hook. It is a custom one that was written in this course, but newcomers may think this actually exists in the library from this.
By I J
•Oct 15, 2024
should be more focus on Redux, and the code in the final project is a mess. There should be more React modules in the final project. Everything should be broken up into modules in the final project instead of just one big file with with the store. remember we are working with someone else-s code in the final project. Its too much to lpook at. breaking everything up into react modules is the whole point. so why isnt the code more modular_
By Brian A
•Nov 26, 2024
I feel the the React and Redux labs are just thrown at you such that you don't really get to reinforce what you have learned in the videos. The approach should have been similar to what was in the HTML course. There should be labs where you just get more familiar with the boilerplate code in a practical setting. That way you would have a better understanding of why components, stores, hooks and etc. are set up the way they are.
By chandan g
•Jun 21, 2024
It's better if you provide practical examples rather than just theory.
By V
•Jun 7, 2024
First module didn't cover questions which came in the assignment.
By Amy P
•Oct 21, 2024
Harder to follow code placement than other lessons so far.
By Nehal H
•Apr 7, 2025
It's very difficult to level 1 especially project.
By SABAR N
•Sep 4, 2024
Good
By Hamad M B
•Jul 2, 2024
Good
By Jacob W
•Feb 28, 2025
Information was good. Lab virtual environment issues made the course inefficient and spent more time troubleshooting than learning.
By Hiral P
•Jun 15, 2024
It should be in human voice with more real-time applications and examples.
By Ho N
•Jun 16, 2024
This course does not teach much about how to develop apps in React
By Anthony T
•May 19, 2024
Labs taught me nothing. Felt like just an info dump
By Botta S
•Mar 28, 2025
good
By Giorgio R
•Mar 27, 2025
Boring lessons with AI voice. In most of the lessons there are only notions. Please take a look at the Amazon Java Course here on Coursera, it's another world! You will not learn nothing with this course, you'll have to study by your own to really learn something.
By Zain H
•Apr 8, 2025
This course is not upto date in latest version of we not use render etc but they teach render method etc It is not Recommended in 2025 , It recommended in 2019
By Aya M M
•Apr 30, 2024
The redux part is not good at all, I had to go watch other videos on the topic to be able to understand and complete the project.
By Mauricio R
•Jan 30, 2025
I think this was 100% AI. I still appreciate a human talking about stuff. Not the greatest course.