Hacker News
- Dispatching actions with Redux https://blog.bam.tech/developper-news/4-ways-to-dispatch-actions-with-redux 4 comments
- Measuring React Native apps startup time with React Native Firebase and Startup Trace - "Overall Hermes improved start up time by 53%" https://blog.bam.tech/developer-news/measuring-and-improving-react-native-apps-startup-time 7 comments reactnative
- Systrace: a useful tool to analyze Android performance? https://blog.bam.tech/developer-news/use-systrace-to-debug-your-android-app-performance 3 comments reactnative
- About the redux best practice "Do not put non-serializable values in state or actions" https://blog.bam.tech/developer-news/the-redux-best-practice-do-not-put-non-serializable-values-in-state-or-actions-explained 30 comments reactjs
- Our app is 70% faster to load with Hermes! https://blog.bam.tech/developer-news/measuring-and-improving-react-native-apps-startup-time 25 comments reactnative
- How to start a React Native App from Scratch to the Stores https://blog.bam.tech/developer-news/make-a-react-native-app-from-scratch-to-the-stores-part-1-get-started 12 comments reactnative
- How to Add an Apple Watch Extension to Your React Native Application https://blog.bam.tech/developer-news/how-to-add-an-apple-watch-extension-to-your-react-native-application 3 comments reactnative
- Cleaning disk space on your Mac for react-native developers https://blog.bam.tech/developer-news/react-native-developer-cleaning-disk-space-on-your-mac 13 comments reactnative
- Add a splashscreen to your React Native application in 15 minutes https://blog.bam.tech/developper-news/set-up-your-react-native-splash-screen-in-15-minutes 5 comments reactnative
- How to Simulate Poor Network Conditions to Test Your Mobile Apps https://blog.bam.tech/developper-news/simulate-poor-network-test-mobile-apps-device 4 comments reactnative
- Introduction to making animation with Reanimated https://blog.bam.tech/developper-news/an-introduction-to-react-native-reanimated 7 comments reactnative
- Integrate a powerful search with Algolia https://blog.bam.tech/developper-news/integrate-algolia-search-in-react-native 4 comments reactnative
- 5 Practices For Developers to Speed up Your Learning https://blog.bam.tech/developper-news/5-practices-for-developers-to-speed-up-your-learning 3 comments programming
- How I Debugged a Non Reproducible Bug with 20k Production crashes on a React Native App https://blog.bam.tech/developper-news/debugging-a-non-reproducible-crash 254 comments programming
- Debugging a Non Reproducible bug with 20k production crashes https://blog.bam.tech/developper-news/debugging-a-non-reproducible-crash 9 comments reactnative
- How to efficiently use Storybook in a React Project https://blog.bam.tech/developper-news/use-storybook-react-project 3 comments webdev
- How to handle user gestures in React Native with PanResponder https://blog.bam.tech/developper-news/how-to-handle-user-gestures-in-react-native-with-panresponder 5 comments reactnative
- Using Airbnb's native-navigation to integrate React Native inside native apps with a few million users https://blog.bam.tech/developper-news/react-native-inside-native-apps-the-navigation-challenge 3 comments reactnative
- How to Dockerize your React/Express app and keep using React hot-loader https://blog.bam.tech/developper-news/dockerize-your-app-and-keep-hot-reloading 3 comments programming
- Easily test your React components with Jest snapshots https://blog.bam.tech/developper-news/react-jest-snapshots 5 comments reactjs