Posts

Showing posts with the label GraphGL

Lecture Notes: ReactJs & GraphQL Relays

My lecture notes:  REACT AND GRAPH QL RELAYS MEETING    night of 10/10/2023    at ReactJs Dallas monthly  (reactjsdallas.com)    by Rigre Garciandia — React Relay - Unlocking GraphQL's Full Potential    source code: https://github.com/rigrergl/react-relay-demo --------------------------------------------------------- REACT RELAY:      Dev Kit at:   https://relay.dev/   working example:  https://codesandbox.io/s/relay-sandbox-nxl7i?file=/src/TodoApp.tsx   1) Server state management   2) GraphQL partner   3) Used at Scale   Why Use?     A) Locally          a) co-locate          b) component code          c) encapsulation     B) Globally          a) static query generation     ...