The 100% correct way to structure a React app (or why there’s no such thing)
When it comes to structuring a React app, the ideal structure is the one that allows you to move around your code with the least amount of… (more…)
Read more »React Native makes it easy to build native iOS and Android apps, there’s a lot of modules that allow us to use native APIs made by an awesome community. But sometimes it can be frustrating to realize that your needed module does not exist and the only sol… Read more