CONTACT US

React TL;DR – a human filter for most useful React content.

  • Mariusz Marcak

    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 & ...

    11 Frontend tricks that most Frontend Developers don’t know about
  • Mariusz Marcak

    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 ...

    4 Ways to add Styles to React Component
  • Mariusz Marcak

    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 ...

    TypeScript Rescued the JavaScript Language
  • Mariusz Marcak

    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. ...

    Storybook 5.3
  • Mariusz Marcak

    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 New ES10 (ES2019) Features by Example
  • Mariusz Marcak

    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 ...

    8 habits you should avoid when developing with Javascript