Open peeomid opened 8 years ago
@peeomid I’m curious too.
I’m not an expert on current bleeding-edge JavaScript (although I’m learning!), but I think this seems like a sensible starting point for the front end tech stack:
What does everyone think? @binhqd, @ndaidong
@jameslutley @peeomid : TypeScript = ES6 + Typing, I'm not fan of M$ so I just work with ES6, but I think it's not bad to learn TypeScript.
Regarding the list James given, I would like to add more several options:
Just my two cents :)
actually TypeScript = ES6 + Typing However, with React, we may use TSX instead of TS which may not familiar with many developers. As this time, I'm thinking about using TSX as a code generator so we can both working using TSX and ES6 if you feel comfortable with it :)
Just curious, 'cause I see typescript in package. Which stack/stuff are we gonna use for this? If we wanna go with reactjs then I guess we should stick to pure ES6 instead of typescript?