Learn what the sonar lint message "Do not define components during render" means. Learn how to fix it and why you should
Learn how to build your First React Component. Learn how a React component encapsulates it's state and logic for reusability
Learn about React's Virtual DOM. Read about why the virtual DOM is so important to understand when learning React development
Learn the top 21 essential tips that every React developer should know. Make sure your apps are high quality with these tips
Learn how to iterate arrays using the JavaScript map function in React applications. Understand why it is useful and get comfortable using it.
React 17 comes with the benefit of not needing to import react into each source file. Learn why this is and where you still need to import it
Learn how to create a list and display it in a React application. Walk through a very simple example showing the minimum code required.
Learn how to delete items from state array in React. Learn how to use the filter method to not alter you state array.
Learn how to add items to collections/lists in React. Make sure that you are using state the right way in React.