Component Based Architecture

Component Based Architecture

Loading…
  • Electron 7 is here

    But what is explicitly different about Electron 7? There will be Chrome 78, V8 v7.8 and NodeJS v12.8.1 of course. The big new feature will be a way to call functions in the main process from the renderer. You'll be able to do something like:

  • Building Our First React Native Application

    Overall our experience with React Native was a positive one, but there were a few bumps along the road.

  • Set up Heroku SSL using Let's Encrypt

    You built your first app on Heroku and want to set up a custom domain. Everything is going well until you realize you need to serve your website over https. Unfortunately Heroku does not integrate with LE (yet) so you'll have to do some manual labor. Lucky for you, it's easy to do so!