Antonio A.
Antonio A.
Perfect. Meanwhile I finally figured out how to get Hot Module Replacement working right. During development I have running: - Dart Sass watch for converting component's SCSS files to CSS...
Hello @ProTip. Sorry for the delay, I've been busy. I've come to a setup that integrates Webpack bundling and HMR into the development process using MSBuild: - It supports scoped...
Hi, same exact problem than @ndcunningham and @karlatt ... VSCode can't set .ts breakpoint. I'm now debugging with Chrome Dev Tools which seems to work ok by now.
Hello. I've submited a pull request with the solution that is working for me. I'm figuring how OCA tests works to write the necessary tests for it.
Via [Clojure Deref](https://clojure.org/news/2024/10/25/deref) I've just found a similar project: [Caveman web framework](https://caveman.mccue.dev) Regards.
For my React projects I've been using Flowbite as I find it more 'Tailwind-ish'. But the Daisyui aproach somewhat shortens the class list, and i've found that on Hiccup I...
And I've found a solution to make the TailwindCSS VSCode plugins to work with Hiccup, here [Support for ClojureScript?](https://github.com/tailwindlabs/tailwindcss-intellisense/issues/400#issuecomment-2440176352). So now I find it much more comfortable working with Tailwind.