Hi
I want to build personnal project with good practise ("enterprise grade"), in all my project i think that i've some lack about organisation and property of code.
I've a server with gitlab, jenkins, jira for continous integration and i will do test driven development.
I'm planning to use typescript for node back-end and react front-end for safety check and have better structure if a "team" need to work with it.
What did you think about using typescript at server side (with express server), pro cons ?
Did you know good pattern practise for server side (repository pattern ? i will use mongodb database and mongoose) ?
Thank's
Suraj E.S.
language and framework agnostic developer
We have been using it for a year and really helps us in code refactoring and after the projects gets huge. It also benifits us to create apis with the latest ES2015+ spec,from 2 years ago when node was a mere version 0.12. Code feels neat thanks to great usages of async/await. Types help Compile time mistakes go await and you are more sure of writing less faulty code.