Can i use react.js to develop a client-side app in Zendesk?

3 Comments

  • Greg Katechis
    Zendesk Developer Advocacy

    Hi Marcus! You can definitely utilize React in an app within Zendesk. I couldn't find an example app built on Support, however you can take a look at this example for building an app in Sell. If you have any specific questions about utilizing React, drop us a line here and we'll see if we can assist!

    0
  • Jagan

    Hi Greg Katechis,

    I followed the instructions and tried to use the app sell app in Ticket Sidebar. Meaning, I updated the manifest.json as below.

    But I get the following error when trying to load the app with ?zcli_apps=true.

    {
    "name": "",
    "author": {
    "name": "",
    "email": "",
    "url": ""
    },
    "defaultLocale": "en",
    "private": true,
    "location": {
    "support": {
    "ticket_sidebar": {
    "url": "assets/iframe.html",
    "flexible": true
    }
    }
    },
    "version": "1.0",
    "frameworkVersion": "2.0"
    }

    Error:

    0
  • KD Gomez

    Can react js be used inside iframe.html? And if yes, how to integrate this?

    0

Please sign in to leave a comment.

Powered by Zendesk