Getting Started

Things to know before you start with Materially

Create React App

Create React App is a tool built by developers at Facebook to help you build React applications. It saves you from time-consuming setup and configuration. You simply run one command and create react app that sets up the tools you need to start your React project.

React Hooks

Hooks are a new edition in React 16.8 that allows you to use state and other React features, like the lifecycle method without access to the classes. (Hooks brings you functional components, Hooks can do the thing once we are able to do with the class such as Reactlocal state, effect, and context has now done through useState, useEffect, useContext).

Material UI React Library

A perfect library with everything power-packed covering almost all the UI components that can be flexibly used with React web or mobile application. Material-UI components work in isolation. They are self-supporting, and will only inject the styles they need to display.

React components for faster and easier web development. Build your own design system, or start with Material Design.

Last updated