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.
“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 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.
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.
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.
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 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.
A classless CSS framework to write modern websites using only HTML. Simply beautiful!
Playwright is an interesting alternative to Google's Puppeteer library that, other than Google Chrome, allows you to write browser automation seamlessly also for Firefox and Safari.
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.