Aug 22, 2024
createElement for creating user interfaces.class becomes className).{} to insert dynamic values (e.g. strings, numbers) within JSX.map).
map function if no unique value exists.onClick, onChange, onSubmit).
useState and useReducer for state management.useState: Takes an initial value and returns an array with the current state and a function to update it.useStateuseEffectuseRefuseEffect hook for managing side effects.useContext.