▲ | biowaffeln 5 days ago | |||||||||||||
recently i've been having a lot of success with working with d3 + solid.js. I use d3 as the data processing layer, and solid for actually rendering svgs from the data. the combination is lovely, you get all the power of d3, while the parts that usually end up verbose are written succinctly in jsx. and it's a lot less pain than doing it in react, because the mental models of solid/d3 feel much more aligned | ||||||||||||||
▲ | TheHeasman 5 days ago | parent | next [-] | |||||||||||||
I'll check that out. At the moment I'm just building up a bunch of template code which I'll re-use. But might check out solid.js. | ||||||||||||||
▲ | skrebbel 5 days ago | parent | prev [-] | |||||||||||||
can you elaborate a bit? how do you use d3 but not have it render svgs? | ||||||||||||||
|