React.JS - Material UI AppBar

Опубликовано: 26 Октябрь 2024
на канале: LearnEDU
3,041
11

This is part two of a series of video tutorials explaining how to get up and running with React. In this video we review how to install the Material UI (a popular library for React) and install an AppBar or header for our application.
Terminal Commands:
npm install @material-ui/core
npm install @material-ui/icons
Material UI Website: https://material-ui.com/
app_bar.js
https://gist.github.com/mrmemmo/b57d5...
App.js
https://gist.github.com/mrmemmo/0946c...