DEV Community

Cover image for Appwrite 0.6 Comes with Full TypeScript Support
Eldad A. Fux
Eldad A. Fux

Posted on

14 7

Appwrite 0.6 Comes with Full TypeScript Support

The new Appwrite version that was released this week, includes an updated JS SDK with full TypeScript support using a d.ts declaration file. With this new feature, your Appwrite SDK objects will now have autocompletion with type hinting in your IDE.

TypeScript made it easier to add declaration files for your favorite library. Declaration files are just files that describe the shape of an existing JavaScript codebase to TypeScript. By using-declaration files (also called .d.ts files), you can avoid misusing libraries and get better completions in your editor.

The new feature is now available with version 0.2 of Appwrite JS SDK. You can go and grab it directly from NPM using the command npm install appwrite. Note that version 0.2 is only compatible with version 0.6 or higher of the Appwrite server. If you're using an older version of Appwrite, this might be a great chance to upgrade your setup.

This is an excellent opportunity to thank Alessandro Mangone đź‡®đź‡ą for contributing this feature on our SDK Generator repository on GitHub, Thank you, Alessandro!

Join Us

If you wish to learn more about Appwrite, or need support getting started with Appwrite, you can join our Discord community. You can also follow us on Twitter, GitHub, or Facebook.

SurveyJS custom survey software

Simplify data collection in your JS app with a fully integrated form management platform. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more. Integrates with any backend system, giving you full control over your data and no user limits.

Learn more

Top comments (0)

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

đź‘‹ Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay