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…
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…
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…
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…
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…