Issue #163 · May 25, 2020

Recoil - State management for React

“Imagination is the Discovering Faculty, pre-eminently. It is that which penetrates into the unseen worlds around us, the worlds of Science”

Best 7 links of week #21, 2020

Recoil - State management for React

Recoil - State management for React

Recoil is new state management library for React. Inspired by concepts popularized by MobX it is set to become a powerful yet simple alternative to Redux.

Articles

ePub Files with Node.js

ePub is a common format for eBook readers. Here's how you can use the epub-gen npm module to create an ePub from an HTML file.

`lh` and `rlh` units in CSS

There's some new units I was totally unaware of from the Level 4 spec for CSS values! The lh unit is "equal to the computed value of line-height" and rlh is the same only of the root element.

Micro-Typography: How To Space And Kern Symbols

For hundreds of years, we have been using white space in typography. Today, in 2020, how do we add spacing to punctuation marks and other symbols, and how do we adjust the space on the left and right side in an easy and consistent way? It is actually not as easy and quick as it should be.

NectarJS - Compile your Javascript app

NectarJS is a new JavaScript compiler that aims to produce No-VM, No-Bytecode, No-Garbage-Collector binaries. The project is still at its infancy but so far it seems very promising.

new.css

A classless CSS framework to write modern websites using only HTML. Simply beautiful!

Book of the week

You Don't Know JS: ES6 & Beyond

You Don't Know JS: ES6 & Beyond

by Kyle Simpson

As part of the "You Don’t Know JS" series, this compact guide focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built. Learn new ES6 syntax that eases the pain points of common programming idioms. Organize code with iterators, generators, modules, and classes. Express async flow control with Promises combined with generators. Use collections to work more efficiently with data in structured waysLeverage new API helpers, including Array, Object, Math, Number, and String. Extend your program’s capabilities through meta programming.