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

  • Mariusz Marcak

    Why Do We Even Use React?

    It’s fast enough for most purposes It’s small enough for most purposes It’s simple enough for most purposes It’s pushed and maintained by a large tech company (Facebook) It ...

    Why Do We Even Use React?
  • Mariusz Marcak

    Why we chose Typescript for the Hasura Console

    “That’s why every team needs to consider all the benefits of the statically typed language adoption, decide whether they outgrow the cost and ...

    Why we chose Typescript for the Hasura Console
  • Mariusz Marcak

    A Guide to Component Driven Development (CDD)

    Key benefits of using CDD: Faster development: Separating development into components lets you build modular parts with narrowly-focused APIs. Simpler maintenance: When you ...

    A Guide to Component Driven Development (CDD)
  • Mariusz Marcak

    Component Story Format

    Component stories have no dependence on Storybook, so consuming them is as easy as importing an ES6 module Built int tools to migrate ...

    Component Story Format