Connectors
Connectors are complex modules importing several scripts, dependencies and queries at the same time
Overview
Connectors allow you to add all features available within the IDE at once and extend your app capacities. The current app extensibility allows you to extend:
Add Actions to the Uncodie Plugin
Add Events to the Plugin
Add Graphql Queries to the Plugin
Add Components to the Plugin
Backend Code and Endpoints
Webhooks
Add dependencies and npm libraries
Use Cases
Integrate a 3rd party SDK
Add a 3rd party API to your project and publish actions to perform those API calls or SDK functions directly in your app.
Add Several components at once
Add a complex component library like Material Design (MUI) at once instead of a single component at a time.
Add Endpoints to your server and custom backend code
Publish new endpoints in your app and add Backend Code for your app without using 3rd party providers for Cloud Functions
Create a library with all your app Actions
Publish all your app Actions in the IDE for better MVC and maintenance of your code
Create a library with all your app Events
Publish all your app Events in the IDE for better MVC and maintenance of your code
Create a library with all your GraphQL queries
Create all the queries your designers will use in the app to make the development easier for your designers.
Last updated
Was this helpful?