Question
· Jan 5, 2021

Frameworks in Studio

Hi, I would like to use another framework in Studio, like React or Angular.

Is it possible?

Product version: Caché 2018.1
Discussion (5)3
Log in or sign up to continue

This is definitely possible, although it will be very painful :)  You can use Studio to edit any sort of flat files on the OS, and Studio has been used for years to edit .js and .css files.  You can use Studio to edit the source files for your React or Angular app, but you will then need to use the CLI in order to build your app for testing (you could also roll your own server side source control hooks to do this).  So if your organization is currently locked into Studio, this can be done but you'll need to do extra work to make it work.

If you have the flexibility, I would strongly recommend that you leverage VSCode rather than Studio for this.