development Quantum Mob's Principles of App Testing Most of your efforts reviewing the app should focus on completed features. A feature in progress may have bugs that have been noted and possibly fixed since you had the chance to test. If a feature has been marked as complete and it falls short, it’s best to provide that feedback as soon as you can.
react Keeping up with React: Let’s talk Hooks! In previous versions of React, functional components had a purely presentational role. With Hooks, developers can now write entire applications made exclusively of functional components! Let's touch on the what, how and why behind Hooks.
react The Problems with Redux: Can React, MobX, and Realm save us? Should you always use Redux? I wanted to share some of our experiences creating mobile apps for our clients.
javascript Javascript Tooling - The Evolution and Future of JS & Front-end Build Tools At Quantum Mob, we always use Gulp or Webpack to automate our front-end builds. This allows for better code management, CI integration, and convenience.