Recently someone told me “if React Native were any good we’d already be using it”! Of course…
If you’re a VS Code user, here’s a great article by Sean Groff detailing how to configure your editor for React Native.
https://hackernoon.com/configure-eslint-prettier-and-flow-in-vs-code-for-react-development-c9d95db07213
Dragos Holban from IntelligentBee.com has created a very nice short tutorial to get you started with…
If you didn’t get a chance to go to the Chain React conference in Portland or you just want to refresh your…
While learning react native I’ve tried out a bunch of packages, many of which I installed globally. I found myself at the point where I couldn’t remember what all npm packages were globally installed.
Have you ever got stuck when working with fetch() and for some reason keep getting errors when trying to pull data in from a third party API? Even though you followed that tutorial you were working through exactly as the author wrote it? I got stuck on this…