Is it actually a problem if React components are enormous? After all, it seems a little odd to create components that only do one thing? (more…)
Read more »
Learn how to add user authentication to your React apps using Firebase, allowing for both Google authentication and email/password sign-in. (more…)
Read more »
Bug report I've checked the example to reproduce the issue. Reproduced on: Android iOS Description When a call is initiated when the app is in background or in a completely closed state, the callke... (more…)
Read more »
I’ve developed an unusual approach to styling in my React code. It’s sort of a functional, atomic css approach. Other methods I’ve used are BEM + separate css files, styled components, and tailwind. By far this is the one that lets me move fastest on my p... (more…)
Read more »