Home / Companies / Nhost / Blog / January 2023

January 2023 Summaries

2 posts from Nhost

Filter
Month: Year:
Post Summaries Back to Blog
In an exciting development, Nhost announces its first-ever Launch Month, set for February 2023, during which the company will unveil a significant update each week. This initiative follows their previous Launch Week in September 2022 but extends the format to a month-long schedule, promising four major releases on the Wednesdays of February. Designed to engage and surprise their community, Nhost encourages followers to stay informed via their Launch Month page and Twitter, hinting at impactful updates without revealing specific details. The company also invites support for its open-source work on GitHub, emphasizing community engagement and anticipation for the upcoming launches.
Jan 18, 2023 246 words in the original blog post.
GraphQL Code Generator is an essential tool for maximizing the potential of GraphQL by bridging the gap between a GraphQL API and a TypeScript frontend, ensuring end-to-end type safety from the database to the user interface. While GraphQL APIs are inherently type-safe, integrating them with TypeScript, a popular superset of JavaScript known for its type safety, enhances the robustness and reduces bugs in applications. The tool automatically generates TypeScript code from a GraphQL API, which allows developers to maintain a consistent type-safe environment across the backend and frontend, addressing the limitation where TypeScript cannot inherently recognize types within a GraphQL API. By utilizing GraphQL Code Generator, developers can achieve a seamless and error-free data handling experience, making it possible to fully leverage GraphQL's efficiency. The blog encourages developers to explore guides and examples on using GraphQL Code Generator with frameworks like React, Apollo Client, React Query, and URQL to further enhance application development.
Jan 16, 2023 648 words in the original blog post.