Don't call a React function component
Explains why calling a React function component directly causes a 'Rendered fewer hooks' error and how to fix it by using JSX syntax.
Explains why calling a React function component directly causes a 'Rendered fewer hooks' error and how to fix it by using JSX syntax.
A step-by-step tutorial on creating a React Range Component using Hooks, Function Components, and styled-components.
A step-by-step tutorial on creating a React Slider component using React Hooks, Styled Components, and mouse event handlers.