Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Developers
Developers
  • 📖Documentation
    • Basic Concepts
      • Node JS
      • React
      • Postgres SQL
      • GraphQL
      • Git
      • API
  • 🔌API
    • Getting Started
      • Credentials
    • Users
      • Register User
    • Component Interface
      • Props
  • 🤖IDE
    • Getting started
    • Component View
      • CSS
      • Controller
      • Component
    • Compiler
    • Importing Code
      • Scripts
        • Manifest
      • Connectors
        • Manifest
      • Components
        • Manifest
    • Exporting Code
      • Design Systems
        • Custom React libraries
      • Guidelines
  • ⚙️Figma Plugin
    • Variables
      • Global Variables
      • Local Variables
      • Route Variables
      • Session Context
      • Window Variables
    • Actions
      • GraphQL Trigger
      • Refresh Query
      • Set Variable
      • Select and Navigate
  • 🎛️Settings
    • User Authentication
    • Git
    • External Deployment
    • Version Control
    • External DB Setup
    • SEO
Powered by GitBook
On this page
  • Overview
  • Use Cases
  • Integrate a 3rd party SDK
  • Add Several components at once
  • Add Endpoints to your server and custom backend code
  • Create a library with all your app Actions
  • Create a library with all your app Events
  • Create a library with all your GraphQL queries

Was this helpful?

  1. IDE
  2. Importing Code

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.

PreviousManifestNextManifest

Last updated 1 year ago

Was this helpful?

🤖