/readoctave

A collection of short web tech articles you can read daily while having your cup of tea or coffee. Curated by two handsome devs.

📝readoctave

A collection of short tech articles you can read daily while having your cup of tea or coffee. Curated by two handsome devs.

Table of Contents

Browsers

🌐 Deep dive on how browsers work

Link
How browsers work behind the scenes
Different modern rendering patterns
Script tag location matters!

JavaScript

💻 Awesome collection of javascript articles and blogs that are worth a read!

Link
Bekk Christmas
Modern JavaScript Explained for Dinosaurs
Event Loop story illustrated
Gentle Explanation of "this" in JavaScript
Function Invocation and "this" explained beautifully
Read this to understand closures - by Dan Abramov
Array.filter(Boolean) trick

TypeScript

💻 Awesome collection of typescript articles and blogs that are worth a read!

Link
TypeScript’s type notation

React

⚛️ Stay updated with the hottest JS library out there in the market!

Link
Mistakes Junior React Developers Make
Why not to use index as a key
Race Condition & Avoiding it in React
I Almost Got Fired for Choosing React in Our Enterprise App (Read responses as well)
Understand render, re-render, commit and improve slow renders

Styled-Components

💅 Styled-Components is a CSS-in-JS library that allows us to write css in js files in react and makes styling more close to the components

Link
Styled-Components tips & tricks by Vilva Athiban

Redux

⚛️ JavaScript state management tool

Link
Redux Undo/Redo