React Native is getting a lot of bad publicity lately.

React Native is getting a lot of bad publicity lately. Not coincidentally it’s undergoing a complete rewrite. Its Android support is famously outmoded and terrible. A lot of companies got burned using it.

This is an opportunity for Flutter which is written in Google’s Dart language and from what I can tell it’s really nice to use. I’m also partial to Nativescript which also has great promise.

Great to see this open source project getting some attention despite not having the backing of a giant corporation…

Great to see this open source project getting some attention despite not having the backing of a giant corporation like Facebook or Google. I’m a fan and (even more remarkably) a sponsor.

You don’t need no steenking Virtual Dom—or any framework junk actually—to do your single page application. Just use what JavaScript can already do out of the box, tagged template literals.

Originally shared by Ivan Pierre

Reactive w/o virtual DOM.

Here’s the video of me presenting on NgRx: state management for Angular. https://youtu.be/qSpf0WiT1d4.

Here’s the video of me presenting on NgRx: state management for Angular. https://youtu.be/qSpf0WiT1d4.

We made some mistakes in filming this so the slides can’t be properly seen on the video. Fortunately you can see the slides at this link:

https://docs.google.com/presentation/d/e/2PACX-1vTylrBzd5rncfwJyIeGICwGMPalq_9iCaxzuKWz5H3j2O_-mZ0g6GFSM462NdcuNPArBnQ0jbg36VQZ/pub

One of the benefits of making websites accessible is that you learn in the process how to actually use HTML.

One of the benefits of making websites accessible is that you learn in the process how to actually use HTML.

Clean HTML is generally accessible HTML.

Web developers generally need to go out of their way to fuck that up and yet they still manage to do it. almost. every. single. time.

Reasons tend to range incompetence to malevolence but it’s actually not that hard and literally millions of people will be grateful for it.

Developers really should try harder at learning their craft.