Learn how to create a re-usable list component in React that allows for rendering grid and list based data along with filtering data.
After completing this React tutorial, you'll be able to:
Model a React component that can take a collection of child components.
Build React state behavior that allows for toggling between different layout types.
Utilize React Router to keep track of a page's state
Implement click handlers that auto filter data
Configure a select field in React to communicate with a component’s local state
Source code:
https://github.com/bottega-code-schoo...