In this tutorial series, I'll be showing you how to build a functional and secure chat app using
the latest React Native libraries and the Expo framework, powered by the ChatKitty platform.
Part 2 covers creating public channels for users to discover, j... (more…)
Read more »
We live in the strange time when almost all programming languages are moving towards static type systems. There are some rumors that Python and Ruby are going to become static type. And JavaScript is no exception.
Read more »
The details HTML element doesn’t work well when we use it as a controlled component in React. I like using plain HTML elements whenever I can, but this time I got bitten by this issue, which is still open on GitHub . (more…)
Read more »
React development is led by a small dedicated team working full time at Facebook. It also receives contributions from people all over the world. (more…)
Read more »
There is almost an infinite number of solutions for the problem most React applications face – state management. This post discusses a pragmatic and simple and yet powerful approach using the Context system. (more…)
Read more »