Observable
D3.js
Vizzu
Jupyter
Medium
Vega-Lite
nivo
Looker
Vite
Next.js
React
Tailwind CSS
Vue.js
Svelte
Webpack
esbuild
ObservableVite is recommended for developers building modern web applications that require fast iterations, such as those using frameworks like Vue.js, React, and Svelte. It is particularly beneficial for projects that can leverage ES modules and those that demand quick development feedback and efficient production builds.
Vite might be a bit more popular than Observable. We know about 486 links to it since March 2021 and only 345 links to Observable. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
That's because Gaussian splats are ellipses without any texture of their own (more or less), missing any texture that an actual brush stroke would have. Because the ellipses are so elongated in the finer details it feels like layered brush-strokes, but in the coarse background the "flatness" of the splats dominates. Compare to my stippling notebook[0], an even more simplified image filter (it's "just" tiled... - Source: Hacker News / 6 days ago
Love it! I was looking at this a little while ago, and used some of The Pudding's data on makeup/foundation shades (https://pudding.cool/2018/06/makeup-shades/) and plotted it into the Oklab colorspace (https://observablehq.com/@55th/foundation-shades). The shades form themselves into that same crescent as seen in the article. - Source: Hacker News / 7 days ago
Https://observablehq.com/@mxfh/a-papercraft-friendly-world-map-projection I made a custom projection once, that's a bit friendlier to fold and comes in one tile. Has no rendered flaps, but you should get the idea where to place them. Still somewhat stiff, but managed to actually build two of them, would recommend printing on heavy A3 sheets or bigger. Anyone is welcome to iterate. There even is a todo list with... - Source: Hacker News / 13 days ago
Fil's AirOcean projection on the original ObservableHQ is a fun starting point for plotting your own map in Javascript from scratch: https://observablehq.com/@fil/airocean-projection The source data is down for my remix of it but here is a screenshot:. - Source: Hacker News / 13 days ago
Polygon areas would be cool to see how big they are. I made this few years ago for Singapore https://observablehq.com/@cheeaun/golf-courses-in-singapore. - Source: Hacker News / 16 days ago
This idea led to the creation of Vite (French for "fast" โ Ed.). Unlike traditional tools, Vite's development server didn't waste time bundling the entire project at startup. Instead, it sent source files directly to the browser like ES modules do, while using esbuild, a Go-based bundler, to pre-bundle dependencies from node_modules. As a result, the time required to initiate these large projects was reduced to... - Source: dev.to / about 1 month ago
This article presents a bunch of ways how to find unused code, remove it, and configure tools and bundler to prevent dead code in the future. Sections for bundler are based on set of Vite, which under the hood delegates to Rollup in production. - Source: dev.to / about 1 month ago
As Tanner Linsley, creator of TanStack, has explained, TanStack Start and its server components are designed to be "additive" to React โ not a replacement for its core primitives. They're framework-agnostic and built on Vite. You opt into server-side capabilities when you need them, not because the framework demands it. - Source: dev.to / 4 months ago
If you've ever tried to use CesiumJS with Vite, you know the ritual. Before you can render a globe you have to:. - Source: dev.to / 5 months ago
VoidZero launch week is drawing to a close, and the world of Javascript development has just been given a significant boost. If you follow developments in build tools, youโll know that fragmentation is rife, and that itโs difficult to stay at the cutting edge without using the best tool for each task. With the latest announcements regarding Vite, Oxlint and Vitest, Evan You team is taking a major step towards the... - Source: dev.to / 5 months ago
D3.js - D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
Next.js - A small framework for server-rendered universal JavaScript apps
Vizzu - Vizzu lets you use animated charts to share insights in complex data sets as self-explanatory stories.
React - A JavaScript library for building user interfaces
Jupyter - Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.