본문 바로가기

반응형

GraphQL

Grafbase - 인스턴트 서버리스 GraphQL 백엔드 (grafbase.com) Grafbase - 인스턴트 서버리스 GraphQL 백엔드를 소개합니다. 홈페이지에서는 아래와 같이 소개하고 있군요. grafbase lets you go from idea to serverless GraphQL backend in seconds. 한마디로, grafbase 는 인스턴트 서버리스 GraphQL 백엔드라고 머릿속에 넣어두시면 됩니다. 시작은 아래와 같이하시면 되고요.. Getting Started Run the following command in a new directory: npx grafbase init Then populate grafbase/schema.graphql with this schema: type Todo @model { id: ID! title: String! comp.. 더보기
개발자라면 한번 볼만한 GraphQL 관련 뉴스 리뷰 (news.ycombinator.com) GraphQL관련 리뷰를 소개합니다. 해당 해커뉴스에서는 GraphQL에 대해서 아래와 같이 이야기하고 있군요.. Graphql is great, but is totally over hyped. This is probably more of a rant or a frustrated dev outburst. but beginner to mid level developers are lead down the path of USE GRAPHQL especially on youtube... and this is just unfair and wrong. Graphql은 훌륭하지만 완전히 과장되었다고요... 그러나 초급에서 중급 수준의 개발자는 특히 youtube에서 USE GRAPHQL의 길로 인도되고 있습니다..... 더보기
Blitz - 풀스택 React 프레임워크 Blitz - 풀스택 React 프레임워크를 소개합니다. 홈페이지에서는 아래와 같이 소개하고 있었습니다. Blitz is a framework-agnostic toolkit. It features a "Zero-API" data layer abstraction that eliminates the need for REST/GraphQL, new app scaffolding and a Blitz Auth plugin — a powerful alternative to next-auth. 한마디로, Blitz 는 풀스택 React 프레임워크를 소개합니다. 설치는 아래와 같이 하시면 되고요.. Get Started with Blitz Set Up Your Computer You need Node.js 16 or .. 더보기

반응형