Tag: svelte
-
The tools we use to make our charts and dashboards
We often get asked what tools power the hundreds of charts and dashboards we produce at The Outlier. From data crunching in Google Sheets to designing with Flourish and Figma, we’ve fine-tuned a process for creating both static and interactive visuals. Our special data deep dives are built with Svelte and D3.js to help bring…
-
10 steps to create a custom Svelte component library
Although creating complex sites with multiple components in SvelteKit is pretty simple already, creating a library for your most regularly used components adds even more power to your projects.
-
Loading non-essential data behind the scenes in Svelte
Streaming promises makes it simple to fetch data without having the page wait for non-essential data requests to complete before starting to render.