Drake
Drake
TTCTheo's Typesafe Cult
Created by Dom Cogan on 3/3/2024 in #questions
Why should I use tailwind?
I've enjoyed using tailwind for a year or so, but I also have built a lot of projects that have an aggressive deadline and/or don't use a JS framework and tailwind was a nice to have in those scenarios. I like tailwind, but greatly prefer writing CSS for components, especially in Svelte's approach. It sounds like you've already got a system you like too and I would just stick with that.
5 replies
TTCTheo's Typesafe Cult
Created by Noor on 3/2/2024 in #questions
Best Chart/Graphs React Library
I've used ChartJS (https://www.chartjs.org/) and D3js (https://d3js.org/). I would recommend starting with ChartJS since it's a bit easier to get started with than D3. D3 is great but can be a bit overwhelming. It is great if you need to start modeling out more complex data vis.
7 replies