loading
loading
loading
https://opendevs.in Discord: https://discord.gg/bJC3hYwNHj This video will take us through the two ways we can create & handle a form in React. We will also see the comparison between them. Also this will dive deeper into one of the ways Forms are handled in React which is by using Uncontrolled Components. In Uncontrolled components the form data is handled by the DOM itself. Since an uncontrolled component keeps the source of truth in the DOM, it is sometimes easier to integrate React and non-React code when using uncontrolled components. To write an uncontrolled component, instead of writing an event handler for every state update, you can use a ref to get form values from the DOM. ====== Development guides ====== React Docs: https://reactjs.org/docs/getting-started.html VS Code setup: https://code.visualstudio.com/learn/get-started/basics Node.js setup: https://nodejs.org/en/download/ ====== opendevs Links ====== Website: https://opendevs.in Contact us: https://opendevs.in/contact Our website offers React course with practice problems & code submissions. Meanwhile we are working on bringing even more features like: code reviews, interviews, exclusive & bonus sessions, TA support, 1 on 1 mentorship, etc. as soon as possible. It's all free in BETA stage so please check it out!
A tutorial for React js from scratch to finish. By the end of this tutorial, you'll be an expert in React.js. So get started!