Published in Sagar Parikh·Aug 7, 2016Creating a Music Player with React, Material-UI & Loopback — Part 2Adding Material UI to our ReactJS Project — This is a followup tutorial from first post, however you can still take the concepts and apply to your exsisting ReactApplication. Material-ui is a library which implements the Google material design specification. Install the material ui to our exsisting application npm install material-ui — save If you see an error…4 min read
Published in Sagar Parikh·Aug 7, 2016Creating a Music Player with React, Material-UI & Loopback — Part 1This is an absolute beginner tutorial to setup a ReactJS project in the next post we will add Material-UI to our project, however I will not get into a lot of ReactJS and how it works, I do expect you to know the basics of ReactJS. …5 min read