Search
Differential Serving
1.4.2019
There is "futuristic" JavaScript that we can write. "Stage 0" refers to ideas for the JavaScript language that are still proposals. Still, someone might turn that idea into a Babel plugin and it could compile into code that can ship to any browser. For some of these lucky proposals, Stage 0 becomes...
Spoják #5 – AV1 vás okouzlí. Bluetooth 5.1 vás naviguje. A Homebrew vám uvaří všude.
4.2.2019
Heslovitě: Datasette. Mozilla Reference Browser. AresDB. Cloud Firestore. FlexSearch.js. Babel 7.3.0. PWA na Play Store. Readability.js. Lighthouse s Platforms Packs. FOSDEM 2019. Firefox 65 a antiviry. Homebrew a Linuxbrew 2.0. Firefox proti sledování. AV1. Bluetooth 5.1. IE10 končí v 2020....
The Fragmented, But Evolving State of CSS-in-JS
20.12.2018
TLDR: The CSS-in-JS community has converged on a consistent API.
Not so long ago, a Facebook engineer compiled a list of the available CSS-in-JS methodologies. It wasn’t short:
aphrodite, babel-plugin-css-in-js, babel-plugin-pre-style, bloody-react-styled, classy, csjs, css-constructor, css-light...
Souhrn 49. a 50. týdne
17.12.2018
Flutter 1.0. Chrome 71. Firefox 64. WordPress 5.0. PHP 7.3. Babel 7.2. Electron 3.0. MS Edge s Chromium. Background Fetch. Magellan v SQLite. AI Index 2018
Collective #467
12.11.2018
babel-plugin-rawact * CSS Frameworks Or CSS Grid * Emoji builder * CSS and Network Performance * Editorial Layouts, Floats, and CSS Grid
Collective #467 was written by Pedro Botelho and published on Codrops
Destructuring and Function Arguments
3.4.2018
The JavaScript language has benefitted from some really awesome new features over the past few years, including arrow functions, the spread operator, and default function argument values. Even if your browser doesn’t yet support proposed JavaScript API syntax additions, you can use a tool...