steelbrain / intentions

Base package for showing intentions in Atom
MIT License
53 stars 11 forks source link

Replace vanilla-jsx with solid #27

Closed Arcanemagus closed 3 years ago

Arcanemagus commented 8 years ago

When installing dependencies a warning is thrown saying that vanilla-jsx is deprecated in favor of preact.

steelbrain commented 8 years ago

Thanks for reminding me

steelbrain commented 8 years ago

Well this is hard because we can easily port the functions and stuff onto a react component but react components are supposed to be isolated so when we render them, we have no way of calling their props, so we're gonna stick with vanilla-jsx while it's working