
Me today giving a live coding demo of shadow dom and custom elements.

Me today giving a live coding demo of shadow dom and custom elements.
A website dedicated to explaining accessibility and making accessible sites easier to produce.
Before learning React you should probably learn JavaScript.
Click-bait title: “The Suspense is Killing Redux”
But an overall interesting article about how people are doing asynchronous operations using React. Stuff that they would previous tend to do with a state manager like Redux.
Ultimate React Component Patterns with Typescript 2.8
Stateful, Stateless, Default Props, Render Callbacks, Component Injection, Generic Components, High Order Components, Controlled Components
I haven’t heard anything but praise when it comes to this Dart based mobile development system from Google. It sounds a whole lot more productive than native development.
The conclusion of this of this 4 part series. The path to writing algebraic effects written in idiomatic JavaScript.

Trashy is a CSS stylesheet for showing up the invisible parts of your markup and to highlight its problems and accessibility errors.
The best thing about object oriented programming is Polymorphism, (ie executing different code depending on the type of the data).
The other other two “pillars” of OOPs are of more dubious value. Encapsulation encourages bad patterns of state management and mutation. Inheritance is just a flawed approach to composing code for reuse. The best approach to inheritance is to use it very sparingly.