kriasoft / aspnet-starter-kit

Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, EF Core, React (ReactJS), Redux, Babel. Single-page application boilerplate.
https://twitter.com/dotnetreact
MIT License
1.16k stars 203 forks source link

Docs using a deprecated library #44

Open juancancela opened 7 years ago

juancancela commented 7 years ago

Hi, I have just checked this recipe https://github.com/kriasoft/aspnet-starter-kit/blob/master/docs/recipes/how-to-integrate-material-design-lite.md and recommends to use react-mdl. Turns out the library is currently deprecated: https://github.com/react-mdl/react-mdl Subsequently, react-mdl recommends to use https://github.com/material-components/material-components-web but I couldnt actually make it work. Have you tried using material-components-web with the starter kit?

Thanks!