JS.weekly() => #22

JavaScripting.com
JS.weekly()
Published in
1 min readJan 4, 2019

Here are the top three articles we found interesting this week:

SQL is Dead, Hail to Flux

Flux has 4 key features:

  • Expressiveness & Readability
  • Make everyone a data programmer
  • Contribuable
  • Testability

Common CSS Issues For Front-End Projects

Just a few examples of issues you will find in the article:

  • Reset the backgrounds of button and input elements
  • The misconception about the difference between auto-fit and auto-fill in CSS Grid
  • The weird space when using display: inline-block

Speed Up JavaScript Array Processing

“ Transduction is a way to of processing a bunch of logic on each individual item in an array by wrapping it in a recursive set of reducer functions before outputting a value. This is different from how JavaScript Array methods function because each item in the array is processed with a single map, filter, or reduce method before continuing to the next, and each step of the way, it’s creating completely new arrays to house that data.”

There is always something interesting on Twitter:

We are adding new libraries to JavaScripting.com every week. Here is one worth checking out:

Mqtt.js

MQTT.js is a client library for the MQTT protocol, written in JavaScript for node.js and the browser.

JS.weekly() is a weekly digest of the best JavaScript articles, hand-picked by our experts in the JavaScripting community, sponsored by Salsita Software. Don’t forget to follow us on Twitter.

--

--

JavaScripting.com
JS.weekly()

The best JavaScript, web development and general programming articles of the day. Sponsored by Salsita Software (http://www.salsitasoft.com)