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 KonkleI've been a Linux enthusiast as far back as 2003, starting out with an early Fedora build, then Debian, then on to Ubuntu's Warty Warthog release to free me from Windows XP and to learn about the technology that powered the internet that I love so much.
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 Konkle