React js is a shame to JavaScript community. Governments should ban the use of this stupid library. Same functionalities can be achieved with Angular and Svelte with less frustration, so what's the point of using the stupid react js which makes web development unnecessarily complicated.? Those who use react are slaves.
I took the #React certification from your Udemy Course, 1.5 year ago... Since that I am a huge fan of #React. #React is the best #JavaScript framework ❤️ ❤️ ❤️.
I bought your Udemy course (React), and it Is one of Best desitions i ever made! The way you explain things Is so amazing, the way you start with almost nothing and after one hour or two, I am lerning advanced stuff. Awesome. Thank you for existing!! :) Ps: seriously, thank you so much!
At 0:40 you can also do this: ReactDOM.createRoot(document.getElementById('root')).render(); I've even seen somebody do this: import { createRoot } from "react-dom/client"; createRoot(document.getElementById('root')).render();
Ich habe zu viel dingen gelernt. Danke schon Max. Back in the days when I was starting out development, I would look at your courses in Udemy and just wish I could access it. A few years down the line I got access to your courses and it has transformed me into a better developer. Be blessed Max!
Thank you soo much for your courses. They are super easy to understand and give in depth knowledge. It helped me to get my current job and I will try to teach others like you are teaching. Thanks a lot.
I finished reading React 17 documentation 7 days ago. Now I saw you video I'm still in the mood to check their website again ✔ thanks for informing us 👍 👌
Hi i have implemented the changes in the code but why is it that when i click my links it is not rendering. I have to refresh the browser for it to render the components.
Does anyone know how to make “react-dom/client” work with a purely CDN implementation? I get a warning for not using the client but can’t seem to fix it without switching to something like webpack.
Max, I as a steady student of alll your courses on Udemy (react, next, django) am highly interrested about one thing: does the lazy loading, Suspense and code splitting this way nullify the ultimate need for a bundler like webpack or ViteRoll...? I hit my head to the wall everytime when working on a react project with that annoying webpack setup for minification and code splitting. Does lazy and Suspense and the lazy imports code splitting fully replace the webpack?
If you are authoring. react component library what should be the dev & peer dependency versions for react, react-dom?? package --> devDep = [react 18, react dom 18], peerDep = [^17.0.0 || ^18.0.0] OR package --> devDep = [react = ^17, react dom = ^17], peerDep = [^17.0.0 || ^18.0.0]
hello and thank you very much for the video! I know it's not stackoverflow but I have a trouble with newest version of React. I run into this error `index.js:1 Uncaught SyntaxError: Unexpected token
Hey Max, great job but something is not working with typescript , done same changes update react and react dom and types could you please made a video that is with typescript. redux toolkit I am using and react-query, something went wrong my app is not responding well
Got an error with Typescript though, when const root = ReactDOM.createRoot(document.getElementById("root")) I get "TS2345: Argument of type 'HTMLElement | null' is not assignable to parameter of type 'Element | DocumentFragment'.Type 'null' is not assignable to type 'Element | DocumentFragment'." I know why of course, but is that expected? Just put an exclamation mark? Seems a bit hacky...
I'm not Max, though I'd recommend learning express first. nextjs uses pretty much the same code as express for api routes. So instead of jumping into nextjs, you should learn express and the concept of a rest api first.
It will be easier to digest if you compare these 2 lines: ``` const root = document.getElementById("root"); // React 17 ReactDOM.render(, root); // React 18 ReactDom.createRoot(root).render() ```
Hey MAX I wanna learn how to prepare yourself for any interview(IT) only from you, would you like to teach me and many of out there like me?? And last I LOVE YOU AND MANUEL FOR Everything I got from YOU AND MANUEL.
I started your React course on Udemy two weeks ago. You are such a great teacher, so I bought several more courses. Thank you Maximilian.
When my friends ask me about how to learn React or Javascript, I tell them to buy Max courses on Udemy.
But people complain of it.
They said it's not updated and other inconsistencies
React js is a shame to JavaScript community. Governments should ban the use of this stupid library. Same functionalities can be achieved with Angular and Svelte with less frustration, so what's the point of using the stupid react js which makes web development unnecessarily complicated.? Those who use react are slaves.
Thank you for this Max. I love your content, so simple to understand and internalize. Keep up the amazing work👏👏
Kmk
Great video Max
You can explain everything in easy way. Thanks :D
You are one of best teacher on udemy. I 've learned Angualr, React and JavaScript from your Udemy courses.
Thank you max 🙏
For me he's the best teacher.
Thank you so much Maximilian Schwarzmüller:) It's really helpful tutorial.
Currently taking your react course... you're making it easy for me to learn react. Thanks max 😊 🙏
I took the #React certification from your Udemy Course, 1.5 year ago... Since that I am a huge fan of #React.
#React is the best #JavaScript framework ❤️ ❤️ ❤️.
Thanks you Max for quick and easy updates in a short video. Always love your explanations.
didnt need to see the title to know who the tutor is! Thanks Max!
I bought your Udemy course (React), and it Is one of Best desitions i ever made! The way you explain things Is so amazing, the way you start with almost nothing and after one hour or two, I am lerning advanced stuff. Awesome. Thank you for existing!! :) Ps: seriously, thank you so much!
At 0:40 you can also do this: ReactDOM.createRoot(document.getElementById('root')).render();
I've even seen somebody do this:
import { createRoot } from "react-dom/client";
createRoot(document.getElementById('root')).render();
Thank you for updating! Much appreciated !
Ich habe zu viel dingen gelernt. Danke schon Max. Back in the days when I was starting out development, I would look at your courses in Udemy and just wish I could access it. A few years down the line I got access to your courses and it has transformed me into a better developer. Be blessed Max!
You are amazing and always on time! Thank you!
Thanks for the information bro. I'll be checking updates on react from your channel from now on. Subscribed ❤️
Thank you soo much for your courses. They are super easy to understand and give in depth knowledge. It helped me to get my current job and I will try to teach others like you are teaching.
Thanks a lot.
One small correction at 2:47: React does batch process state updates if there are multiple updates happening. It doesn’t necessarily go one by one.
React Fullstack😍 coming, Thanks for the info
thank you for sharing your precious time and knowledge with us
I finished reading React 17 documentation 7 days ago. Now I saw you video I'm still in the mood to check their website again ✔ thanks for informing us 👍 👌
Thank you 😊 you are the best in explaining ❤
Thank you! Simple and understandable. I already made these changes in my projects. Looking forward to more videos of updates.
Thank you for the update Max, it's easy to follow up with just one video. What pain it would have been to read it on text.
Thanks Max. You keep it so easy and precise.
Always first on the news. Excellent
Keep it up Max! You are awesome!
Max, thank you! You are the best!
great video max. your courses helped me out a lot with work.
Max is the greatest to ever do it. If you want to learn a new tech fully, reference Max courses
Thanks 🙏 for updating on React 18 features, sir.
that was quick! thank you Max
Thank you Max, you taught millions of people.
This was so much more helpful than the React docs for making this change 😁 Thank you good sir!
Thank you!
Thank you Sir
Omg I randomly come across this video and immediately recognized the voice! Had many courses on Udemy from Maximilian
Amazing explanation. Love React and Max.
Great video. Thanks
Very useful, thanks mate.
I miss react since I use Angular. Just curious if new web courses are coming soon! Looking very much forward!
Awesome thanks. Do you plan to update part of your React course?
The course is 100% up-to-date
thank you!!😀
Amazing! looking forward to using new featrures! Thanks, Max ✨✨
very well explained 👐
You’re amazing, dude.
Hi i have implemented the changes in the code but why is it that when i click my links it is not rendering. I have to refresh the browser for it to render the components.
Thank you Max, Short & sweet understandable. keep it up ,Great work
Does anyone know how to make “react-dom/client” work with a purely CDN implementation? I get a warning for not using the client but can’t seem to fix it without switching to something like webpack.
Max, I as a steady student of alll your courses on Udemy (react, next, django) am highly interrested about one thing: does the lazy loading, Suspense and code splitting this way nullify the ultimate need for a bundler like webpack or ViteRoll...? I hit my head to the wall everytime when working on a react project with that annoying webpack setup for minification and code splitting. Does lazy and Suspense and the lazy imports code splitting fully replace the webpack?
If you are authoring. react component library what should be the dev & peer dependency versions for react, react-dom??
package --> devDep = [react 18, react dom 18], peerDep = [^17.0.0 || ^18.0.0]
OR
package --> devDep = [react = ^17, react dom = ^17], peerDep = [^17.0.0 || ^18.0.0]
hello and thank you very much for the video! I know it's not stackoverflow but I have a trouble with newest version of React. I run into this error `index.js:1 Uncaught SyntaxError: Unexpected token
Hello Max ! Are you going to update the React Native course as well ? Thank you !
Thank you for this great video!
Thank you boss ❤. you are such a amazing man. Love from bangladesh
Thank you, great video.
when he said, it does not break your existing code, well it does. FC does not contain children anymore. Instead use it with PropsWithChildren
I was never excited about anything like this, after i saw the React 18❤️
Thank you sir!
Thanx max. It is helpful
Well explained.
Woaaaaaah. This is bomb !
Hey Max, great job but something is not working with typescript , done same changes update react and react dom and types could you please made a video that is with typescript. redux toolkit I am using and react-query, something went wrong my
app is not responding well
Nice summary of React-18 Changes. Thanks, Max
{2022-06-15}
Thanks, Max
Thanks a lot.
Hi, please how can I use react-router@6 with the new React updated version@18
Got an error with Typescript though, when const root = ReactDOM.createRoot(document.getElementById("root")) I get "TS2345: Argument of type 'HTMLElement | null' is not assignable to parameter of type 'Element | DocumentFragment'.Type 'null' is not assignable to type 'Element | DocumentFragment'." I know why of course, but is that expected? Just put an exclamation mark? Seems a bit hacky...
Hi Max, would you recommend jumping into nextjs framework or reactjs and express framework for a fullstack developer?
I'm not Max, though I'd recommend learning express first. nextjs uses pretty much the same code as express for api routes. So instead of jumping into nextjs, you should learn express and the concept of a rest api first.
Redux was working weird, i tried everything to fix but at the end using reactdom's render method fixed all the issues.
Could you share the code for that first example? (The concurrency one). Thanks
You find a complete intro (incl. link to a GitHub repo with demo code) here: ruclips.net/video/lDukIAymutM/видео.html
is it implement-able on React Native?
Great stuff.
thanks!
Interesting stuff
how can I use material-ui/core icons in react 18
Will you update your udemy course?
If you watch the video, you’ll see that there basically is nothing I could update right now :)
I’ll update a few videos from render() to createRoot()
@@academind please add one concurrency search part also
react-redux is not installing in the 18th version.... How to overcome this situation??
Love you 😘😉♥️
react version 18 has not updated redux toolkit
Now, we can get two or more independed react executions trees in the same page :O
i have problems with create-react-app with react v18
Looking forward to wversion 18
Dankeschön
material-ui not available in 18
It will be easier to digest if you compare these 2 lines:
```
const root = document.getElementById("root");
// React 17
ReactDOM.render(, root);
// React 18
ReactDom.createRoot(root).render()
```
can i use react 18 with redux/ react-redux??????
❤️
Thanks for sharing.
Just want to feedback that the purple background color is a little uncomfortable for me when watching this video.
I will be a React Sage someday!
Awesome
Heard concurrency and i am like wait is this asyn await... 😆
Me thinking I can now create a component like `const App = async () => {}`
🥇
remix already has many of the features
so basically next.js will be killed in the near future by react server components?
Hey MAX I wanna learn how to prepare yourself for any interview(IT) only from you, would you like to teach me and many of out there like me??
And last I LOVE YOU AND MANUEL FOR Everything I got from YOU AND MANUEL.
❤❤❤❤❤
great
Watching this video at night is painful due to white screen flashing between slides
The reaction of next js if react completely add server-side rendering 😂
DO blazor tutorial.