Hacker News new | ask | show | jobs
by rossng 1891 days ago
I looked at TSDX for a project and was rather put off by the fact that:

* It hasn't been updated for six months

* It doesn't appear to support TypeScript 4 properly[1]

[1] https://github.com/formium/tsdx/issues/926

2 comments

I just launched a React Component library from start => finish last week using TSDX and typescript 4.2.3. I was similarly concerned about the update cycle but have been trying to get over the mental hurdle that few updates = bad project. Few updates could simply mean that the baseline functionality is good enough and that was exactly the case for me and my team last week.

Obviously, YMMV but just wanted to give a +1 to a tool that made my life a little bit easier recently!

I think the creator of TSDX has shifted focus to turborepo.com