Forms are hard, regardless of the framework or libraries you use to create them. In this article you’ll learn how to build React forms the easy way using the newly released KendoReact Form component.
Creating forms in a React app can be tricky. You have to deal with state management, validating user input, displaying error messages, styling, and so on. Read on to see how you can easily take care of the tedious aspects of building forms using the KendoReact Form as an example.
I rewrote an Angular app with React to compare and contrast Angular and React app development. Here are 9 things I learned going through the rewrite process.
Creating modals was never such an easy task! Now we're able to create them using a React API called Portals. We're going to learn about Portals and how we can use them to create modals in React.
Wondering how to create loops in React? Learn about JSX and how to use methods like the map function to loop inside React JSX and render a list of items.