Functional components are very good wrappers when we have to decide which component to actually wrap. In this recipe, you'll write a responsive table that will display different columns depending on the browser width.
Building a responsive table with higher-order components
Getting ready
This recipe is about functional components. If you want to warm up, you can try and complete the previous recipe.
How to do it...
For this recipe, we will use the excellent semantic UI CSS framework. To use it, you have to include the CSS library as a dependency or as a <link> tag. For example, you can put...