Gregory The JSWhisperer
Gregory The JSWhisperer
@nothingismagick Thanks for the breakdown https://github.com/Akryum/guijs/issues/2#issue-551386074 it's really interesting. I was wondering what you used to package the server as a binary, I can't seem to see build instructions in...
I don't speak shell script that well but is this the binary that runs the server-core? https://github.com/Akryum/guijs/tree/master/packages/%40guijs/tauri-app/src-tauri/bin
+1 vanilla js
@tiptronic https://github.com/gregbenner/-vanillajs-react-mobx-nodegui-starter-/ hope this helps a bit
- I utilised mobx to change properties onclick you can see it in store and it updates the window title but could be anything anywhere - just import fs-extras in...
@tiptronic as far as I know there will be no DOM since it is now "native" The layout engine is "QT" instead of browser / DOM. I'm not an expert...
@tiptronic For sure remember it won't even be real CSS either, check out tauri.studio/ there's a bit of setup but once you are going you have all your familiar developer...
Glad to hear it's being working on @posva , nativescript seems like the most mature solution for mobile and vue, but it's hard to argure production ready apps without the...
Might be worth chatting with the strapi team or having a look, they did some work on a waterline adapter for graphQL that works well. https://github.com/wistityhq/waterline-graphql Not sure if it...