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

  • Mariusz Marcak

    4 key learnings from an experienced React developer

    Never stop learning Minimalism is your best friend Don’t be afraid to refactor React has more than what you know Some examples of ...

    4 key learnings from an experienced React developer
  • Mariusz Marcak

    Introducing the New JSX Transform

    Upgrading to the new transform is completely optional, but it has a few benefits: With the new transform, you can use JSX without importing ...

    Introducing the New JSX Transform
  • Mariusz Marcak

    React + TypeScript ❤️: The good parts ⚡

    Pros: Code completion and type validation with type definitions. Great community and learning resources. Cons: TypeScript syntax and concepts like Generics can be hard to understand. ...

    React + TypeScript ❤️: The good parts ⚡
  • Mariusz Marcak

    4 Nice and Simple React Hooks

    useDebounce With this neat hook, you will be able to debounce a value by a delay — just like you can delay the ...

    4 Nice and Simple React Hooks
  • Mariusz Marcak

    React State Management Today

    What’s Wrong with State Management Libraries? Steep learning curve: In order to effectively implement Redux, developers need to get familiarized with concepts and terms ...

    React State Management Today
  • 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?