-
Evict the project from txdx and switch the build process to use vite or rollup
-
We don't do anything complex in these libs, and requiring building individual libs so that upstream consumers can test the changes isn't a great experience. In the TS website this was less of an issue…
-
We could compile tsdx with tsdx by first running it through tsc and then running it on itself.
We would need to change the repo's tsc outDir to something like `tmp` and then we would just run `nod…
-
### Current Behavior
When creating a new bootstrapped project with `npx tsdx create my-app` TSDX installs the latest versions of `@storybook/react` (currently `8.0.9`) and other `@storybook` depend…
-
-
As tsdx is not currently maintainted, we can look around for a replacement. I heard about https://github.com/egoist/tsup, which can be a good replacement.
(some insights about it: https://twitter.com…
SetiZ updated
2 years ago
-
https://github.com/palmerhq/tsdx
-
It's not an offensive question, but a more a friendly business-related inquiry.
I'm really loving the project and the overall initiative, but on my side I can't afford to base my work on it if it'…
y-nk updated
8 months ago
-
**Describe the bug**
I'm building a large-scale project that uses TailwindCSS as styling engine. Few months ago I discovered tailwind-variants whichs works very well for me. Now that my project h…
-
It would be nice if there was a code-mod or a doc to say how to convert between the two.