PatrickJS

Results 187 comments of PatrickJS

@steve8708 I think we need to add these to Mitosis so that they will be compiled away to the correct way per framework

yeah for angular you want to use it's refs to window/document but it's not clear what to do in some other frameworks. In React for example you use it directly...

for JSX they usually want you to import classnames that does this https://www.npmjs.com/package/classnames

someone has to take over this PR now

awesome ![idzMeoNTQ0Lvy](https://camo.githubusercontent.com/1ff950a0ac53377e37008197ebe42ec06ad8ec01/68747470733a2f2f6d65646961322e67697068792e636f6d2f6d656469612f69647a4d656f4e5451304c76792f67697068792e676966)

I can work on this

:+1: [![Tipe CMS](https://user-images.githubusercontent.com/1016365/34912701-7edec34c-f89c-11e7-8c89-bed6cef064b5.png)](https://tipe.io?ref=github-comment)

:+1: for refernces to upgrade from tsd webpack+typescript https://github.com/angular/universal-starter/commit/cfb7b52b12e1da9de7ee7c2a452e7636c93aaa09 gulpjs+typescript https://github.com/angular/answers-app/pull/27/files gulpjs with typescript https://gist.github.com/gdi2290/e544407980e261acc172 commands ``` $ npm uninstall tsd $ rm -rf typings $ npm install typings $...