PatrickJS
                                            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
CLA signed
someone has to take over this PR now
awesome 
I can work on this
:+1: [](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 $...