We definitively should take care at first, during development, that our clients will receive our messages anyway. Here you can find some tips on how to do it.
Apple released new Xcode with new, shiny simulator. And thanks for that, we can now test our PUSH notifications without real device!
Expo doesn't support only development, it helps us also in building and publishing process, by preparing packages for Android and iOS. We have to only upload our sources to Expo cloud and after a few minutes, our application is ready to download. And this is the moment when you want to consider standalone Expo build.
Formik is one of the most popular libraries to handle forms in react applications. Since a couple of months, we are able to download, long awaited the second version of it. Besides of fixes, authors provide us a lot of new stuff. One of them is hook `useFormikContext()`, which opens a lot of new doors to extending our forms.
As developers, we produce tons of code each day. We test our code, beautify it with code style scripts and finally verify using continuous integration commands, which control the integrity and cohesion of our solutions. Nevertheless, the true value of used code solution can be checked only by another developer,