myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

Links to custom theme and inline style are broken #43

Closed Jaifroid closed 6 years ago

Jaifroid commented 6 years ago

In the README.md on this repo, but also wherever the Custom theme is linked on the React UWP web site, these links are broken and are giving 404s:

https://www.react-uwp.com/styles/styling-components/custom-theme https://www.react-uwp.com/styles/styling-components/use-inlinestyle-replace-the-default-style

This project looks really exciting, but it's difficult to even begin implementing the theme in an HTML5 UWP app. Is Typescript required, or is it possible to code in pure JavaScript? The documentation looks a bit ambiguous on this. I don't suppose there's any way of providing compiled versions of a basic JS library with accompanying HTML and CSS as a quick start for developers? Sorry to be a noob...