Generated GraphQL: Part 3
My quest has brought me to the lofty peaks of PostGraphile and GraphQL Code Generator, and today I'm ready to wire in my Create React App-based front-end!
Brandon KonkleMy quest has brought me to the lofty peaks of PostGraphile and GraphQL Code Generator, and today I'm ready to wire in my Create React App-based front-end!
Brandon KonkleI've been on a quest to make it easier to use GraphQL in a reliable and high-performance way using Node and TypeScript. I tried a number of different approaches, and I'm forging ahead with PostGraphile and GraphQL Code Generator.
Brandon KonkleGraphQL is an outstanding way to provide expressive access to your data schema with a built in language for consistent contracts between your API and its clients.
Brandon KonkleRender Props [https://reactjs.org/docs/render-props.html] are a React pattern for component composition that can solve essentially the same challenges as higher-order components. While higher-order components are based on higher-order functions, which wrap other functions and can modify arguments…
Brandon KonkleMonads are a programming pattern reinforced by category theory that provides for computations which support additional operations, chaining each to the end of the last and transforming the value being managed.
Brandon Konkle