The new REST API support is great. We are prototyping a web application which shares an API with our PB application.
Manipulating the data when reading and saving information is very complex in JavaScript. When manipulating information coming from a DataWindow, there is a very large structure which needs to be maintained to keep the compatibility between both types of UI.
Is there an npm module to help dealing with the structure of DataStore objects?
Maybe we should stay away from JavaScript and use server side rendering in .NET instead... If some of you have had success creating web applications using the REST API, I would be very interested in your findings.