BLOG POSTS

Electron, TypeScript & React - The Holy Trinity
2020-06-11 ByIvan Velasquez
Have you tried to integrate React, Typescript & Electron working together? In this blog post, I show you the way so you can start working to create powerful desktop applications.

Render Props vs State Hook
2018-12-05 ByIvan Velasquez
Render prop refers to a technique used for sharing code between React components using a prop whose value is a function.

Adding authentication to your react native app
2017-04-21 ByIvan Velasquez
I’ve been working recently on creating mobile applications using React Native. Few days ago I had to add an authentication login form to the application I’m working on, easy peasy. When I implemented that by first time I had no idea how to do it on t...