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

  • Żaneta Lenczewska

    Next.js 14 in a Nutshell

    Next.js 14 introduced a bunch of new features and improvements designed to improve both developer experience and application performance. Key Features  Turbopack: The ...

    Next.js 14 in a Nutshell
  • Mariusz Marcak

    Devs, make sure your page is searchable!

    How to make sure? Visit search.google.com Click your domain (you need to add it if you haven’t) URL Inspection Enter the site URL ...

    Devs, make sure your page is searchable!
  • Mariusz Marcak

    A Recap of Frontend Development in 2019

    WebAssembly becomes the 4th language of the web joining HTML, CSS, and JavaScript TypeScript usage surges — many developers fall in love React ...

    A Recap of Frontend Development in 2019
  • Mariusz Marcak

    6 tips for better React performance

    Utilize render bail-out techniques Avoid inline objects Avoid anonymous functions Lazy load components that are not instantly needed Tweak CSS instead of forcing ...

    6 tips for better React performance
  • 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