Lumen, Social network using React.js and Firebase - Chapter 3 (Live Voting System)

October 14th 2018

Welcome to the third and last chapter of 'Building a social network with React.js and Firebase'. In Chapter Two we covered the following topics: Update and Delete posts Build better UI with Semantic In this part you’re going to implement a very…

Lumen, Social network using React.js and Firebase - Chapter 2 (Update and Delete)

October 11th 2018

This is the second chapter of "Building a social network with Reajct.js and Firebase Tutorial Series", in Chapter One we covered the following topics: Enable Firebase Auth and Database Handle forms data Login and create an account Send and retrieve…

Lumen, Social network using React.js and Firebase - Chapter 1 (Create and Read)

October 9th 2018

We’re going to be creating a basic list of items that you do CRUD to - create, read (update and delete in the next chapter). The feature itself is nothing special, it’s really just a skeleton that demonstrates how to do the most common operations…

Smooth ListView and 60FPS animations with React Native

October 8th 2018

Today we'll talk about ListView and how bad React Native performance is with this library. Even in the official docs they suggest to use FlatList and implement many tweaks but I don't think it's a good alternative. In this tutorial we'll customize…

Building a single screen cross-platform mobile app in 45 minutes

July 20th 2018

KotScotch Unlimited quotes for daily inspiration The ability to write one app for both iOS and Android can save significant time and effort for your company and team. There have been various tools released to achieve that goal but each toolset have…