I would like to know whether it is possible to extend an app UI with custom (React?) code, particularly where a third-party library might be involved. An example of using a 3rd party component would be a library that supports the embedding of a PDF viewer. Something less “chunky” would be a home-grown custom component that itself made use of some low-level library features, say gagues.
Thanks!