prateekbh / preact-material-components

preact wrapper for "Material Components for the web"
https://material.preactjs.com
MIT License
552 stars 81 forks source link

improvement: theming method in preact #1340

Open ajay28kumar opened 4 years ago

ajay28kumar commented 4 years ago

How about using preact context API for handling themes in our app. For example, material-UI is providing a dynamic theme using Context API of ReactJS. source: https://material-ui.com/customization/theming/#createmuitheme-options-theme

cromefire commented 4 years ago

CC: @prateekbh

I don't know (p)react as well as you do