ludlu's comments

ludlu | 7 years ago | on: TypeScript in 5 minutes

For node projects I use ts-node with nodemon watching for filechanges and takes care of restarting the server. And then to build the project for release thats done with tsc.

ludlu | 7 years ago | on: Tailwind: style your site without writing any CSS

I've been using tailwind for almost a year and I love it. I would not use something else willingly for something new! Its easy/fast to write and in my mind VERY readable, and if you don't know whats what, their docs are really good.

And for example in React to build a component with conditional styling I use classNames and use props that correspond to classes.

https://github.com/JedWatson/classnames

page 1