Jul 17, 2024
useState hook for state value and setter function.let keyword to create a reactive state.export keyword in front of the variable.props.children.props.children, named slots for specific points in markup.useMemo hook for expensive computations.useMemo.if statements directly in HTML.if-else statements.key prop.useAtom hook.$ sign.Suspense, handle errors with error boundaries.await, simple loading and error handling.