Building a fullstack React app w/ GraphQL, Express, Couchbase & Recoiljs - Eric Bishard @httpJunkie

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Get your ticket to our conference and workshops here www.react-euro...
    Follow him on twitter / httpjunkie
    Talk topic: Building a fullstack React app with GraphQL, Express, and Couchbase - Eric Bishard aka @httpJunkie
    Paul will be talking on how to work with product/management on "selling" to them that paying back technical debt and investing in developer experience can impact the monetary return from users/customers.

КОМЕНТАРІ • 1

  • @EricBishard
    @EricBishard 3 роки тому +1

    One thing I really didn't think of explaining was that by locating an atom on the same page as a component you gain the ability to code split and that atom and related logic can be deferred until a specific route/component are rendered. I put them in one file here because it was easier to demonstrate.
    I may not have even realized the code splitting potential as it was day two of learning about recoil lol.