You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like React; but I kinda hate JavaScript due to lack of typing. TypeScript looks good; but the 3rd party bindings are truly terrible (constantly breaking, and generally not versioned at all well).
The immutable JS collections released recently by Facebook include TypeScript bindings; which fills us with hope that maybe the same might happen for React. Please, make it so :)
I'm aware JSX won't work with TypeScript; that's no big loss; I prefer pure script, it plays nicer with existing JS tools.