All of problems with Angular N will be solved in Angular N+1
—Proverb
All of problems with Angular N will be solved in Angular N+1
—Proverb
Formik is a small library that helps you with the 3 most annoying parts of React forms:
Getting values in and out of form state
Validation and error messages
Handling form submission
Setting up Windows Subsystem Linux for development.

The state of front end frameworks up to March this year. The continuous growth of React is simply unstoppable. The other frameworks should just give up.
The near future will be a struggle between React and (frameworkless) custom elements. It will be between the virtual browser and the real one.

Is it too much to ask you to make your regular expressions human readable?
JavaScript is the web’s CO2. We need some of it, but too much puts the entire ecosystem at risk. Those who emit the most are furthest from suffering the consequences — until the ecosystem collapses. The web will not succeed in the markets and form-factors where computing is headed unless we get JS emissions under control.
const {0: first, [arr.length – 1]: last} = arr;
Where arr is an array
const arr = [1,2,3,4]
This question is by Max Stoiber
Given these classes:
.red {
color: red;
}
.blue {
color: blue;
}
Which color would these divs be?
War criminal and mass murderer who takes money from dictatorships and mediaeval monarchies worries that the Labour party under Corbyn is too moderate.

Typescript saves you from stupid bugs at the cost of introducing impossible to solve bugs.