Create Top 100 Documentaries Site With React Hooks and Material UI

Feb 07, 2019 6 Min read

React Hooks, an awesome feature which is available in React v16.7.0-alpha, is able to simplify React state and lifecycle features from function components. Material-UI, a compact, customizable, and beautiful collection of components for React, is easy to make use of Material Design elements in React web or mobile applications. This post will cover the implementation of React Hooks and Material-UI to build a top 100 documentaries site. »