alexvcasillas / react-forum-system

React Forum System
http://reactivecommunity.com
BSD 3-Clause "New" or "Revised" License
16 stars 5 forks source link

ROADMAP #7

Open alexvcasillas opened 5 years ago

alexvcasillas commented 5 years ago

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.

colshacol commented 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:

screen shot 2018-11-12 at 9 40 04 am

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. 🤷‍♂️

alexvcasillas commented 5 years ago

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?

colshacol commented 5 years ago

I am afraid to lose a handful of hours trying to get Next to play nicely with TS. That is what I think, haha.

colshacol commented 5 years ago

Simply because I am not extremely familiar with Next.

alexvcasillas commented 5 years ago

There's a Babel plug-in for that, that's what I read and saw in the examples of Nextjs :)