On 3/16/17, 3:57 AM, "zantafio" <[email protected]> wrote:
>Hello, > >i am quite new to Flexjs. >Have been an avid AS3 / Air developer and I need to incorporate pouchdb >into >one of my projects, since the backend-developer would like to use it. > >Has anyone here done that? I guess I'd need to edit the transpiled >Javascript code directly, right? >I am a bit afraid that the resulting project might me quite a mishmash... >An option would be Ionic it seems. > >Any Ideas? I've not heard pouchdb mentioned before. The theory behind FlexJS is that nobody should ever have to write JavaScript again! Any code you need to run in the browser can be written in ActionScript and transpiled to JavaScript and you should not have to edit the transpiled code. To work with third-party JavaScript libraries, you create a typedefs SWC for that library. The workflow for doing so has been improved recently. If you want to work with the latest code, please start a new thread on [email protected]. Thanks, -Alex
