Open alexvcasillas opened 5 years ago
Add flow to frontend (maybe to backend too?).
Up until ~4 days ago I had always gone with Flow, but I'd totally suggest TypeScript now that I've been working with it more. :) Since Babel 7, it integrates almost seamlessly as a plugin:
The tsconfig.json
is quite easy to modify so that TS does not scream at you about every little implicit type, haha. The tooling and stability is much better, as well.
Just a though. 🤷♂️
Wanna make a PR for this for the frontend app or the backend app. Remember that for the frontend we go with Next.js and for the backend it's an express app. What are your thoughts on this?
I am afraid to lose a handful of hours trying to get Next to play nicely with TS. That is what I think, haha.
Simply because I am not extremely familiar with Next.
There's a Babel plug-in for that, that's what I read and saw in the examples of Nextjs :)
Here is the Roadmap for the next few days/weeks.
Feel free to add more elements to this list by replying to it so we set a nice roadmap.