Monday 30 July 2018

mid to large sized projects (npm packages) that use ES6 classes syntax

I wanted to peek a little into mid to large sized projects to look at their code, how they structured their project ... to learn and adopt it for my personal projects.tbh i didnt do a hour long search for those sort of projects but some google search aswell as npm/github but most of the larger packages seems to be created before ES6 classes where production ready and some newer packages use typescript instead of "old" js.1.) Some of you guys have some favs where you think that they have implemented classes the right way? (please dont discuss if you should use classes or not like eric elliot says ...)2.) Do you think typescript is the way to go for new projects in particular when you create production grade code for companys?3.) if you think ts is the way to go, which projects do you think are worth to take a look at?

Submitted July 30, 2018 at 08:19PM by pinkeyAT

No comments:

Post a Comment