CRA (Create-React-App) provides an easy way to start our React project. But there are still lots of things we can do to make the project more easy...
For further actions, you may consider blocking this person and/or reporting abuse
Amazing article, I had a query. I already have my project in javascript and was thinking of migrating to ts, just wanted to know if this can be done in the same project (running js and ts) or will i have to start a new project for refactored code?
I just saw this article, it might be helpful.
2ality.com/2020/04/migrating-to-ty...
Yes, you can apply typescript into your current project, then migrate the js files into ts one by one.
If you feel overwhelmed by all the config you need to do, check out github.com/UnlyEd/next-right-now which is a boilerplate with Next.js/Zeit/TypeScript/Jest/Cypress built-in. You may save yourself quite some time.
Thanks for sharing.
good article I really like it
thanks for the article
Very well writtenn.
Sorry to say that TSLint now is deprecated so it would better to use ESLint instead. github.com/palantir/tslint/issues/... the URL is about TSLint deprecated issue.
Exactly, thanks for pointing out this issue. I will update the article later.
Thanks for the article, I was looking for such an article, and really excellent!
thank you