React TL;DR – a human filter for most useful React content.
11 Frontend tricks that most Frontend Developers don’t know about
Interesting tricks you can do with HTML/JS/CSS, using: Datalist element Clickable label with a checkbox Child selectors Writing mode calc() function Math.round & ...
4 Ways to add Styles to React Component
React Components can add styling in the following ways: Add the Global Styles to “index.html” File Create a Style for Each Individual ...
TypeScript Rescued the JavaScript Language
It brought scalability through static typing, improved developer tooling, and OOP features. The introduction of TypeScript gave JavaScript a new lease of life ...
Storybook 5.3
📝 Write stories and docs in MDX, the easiest way to interleave Javascript and Markdown. ✨ Generate best-practice documentation from your existing stories. ...
8 New ES10 (ES2019) Features by Example
New features: Optional Catch Binding Object.fromEntries Array.flat Array.flatMap String#{trimStart,trimEnd} Dynamic Import globalThis object Read the full article
8 habits you should avoid when developing with Javascript
Using JQuery Don’t keep learning Neglect your physical and mental health Do not write tests Learn Javascript using frameworks Do not learn good ...