Native vs...

I've been meaning to write the blog article for a while, but this week really made it hit strong that I needed to finally write it. Guess which one is Electron, two of these are Native applications... TL;DR In this blog post I'm going to discuss performance of Native vs what we consider non-native code.… Continue reading Native vs...

Svelte and making it into a REAL desktop Application!

Now isn't that a title! In all reality it is two separate frameworks that I have proto-typed and played with. The first (Node-GTK-Svelte) I'll discuss in this blog post. First thing I want to clarify, there is NO BROWSER involved, these are all native GTK components! Again NO BROWSERS were harmed (or used) in the… Continue reading Svelte and making it into a REAL desktop Application!

Multi-platform Development (Wrapping Up)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter Yue Node-GTK Wrapping it… Continue reading Multi-platform Development (Wrapping Up)

Multi-platform Development (Node-GTK)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter Yue Node-GTK (this one)… Continue reading Multi-platform Development (Node-GTK)

Multi-platform Development (Flutter)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter (this one) Yue Node-GTK… Continue reading Multi-platform Development (Flutter)

Multi-platform Development (NodeGUI)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter Yue Node-GTK (this one)… Continue reading Multi-platform Development (NodeGUI)

Optimization Gotcha's for for/i and forEach

So I mentioned something on my interview with Alex of NativeScripting.com that he did with me. And someone asked about this in the comments, so I decided to create a blog article on this specific optimization tip. I am going to code this to a browser rather than in NativeScript because well JS in a… Continue reading Optimization Gotcha's for for/i and forEach

NativeScript AndroidX support and Plugins

The next major version of NativeScript (version 6) will be switching from the android.support packages to the new androidx namespace. This will be a hard break; as you can only use the support api's or androidx api's; but not both. This is something Google has been implementing for a while; and NativeScript is getting on… Continue reading NativeScript AndroidX support and Plugins