Carlos Vega
Carlos Vega
First of all, thank you all for such an amazing tool 💯 I'm building an app that I want to be resilient when dealing with adverse network conditions and I...
Using `preact-router` and the `useEffect` hook won't properly trigger the returned function. For example, if we transform the `Clock` example from the Preact site (https://preactjs.com/guide/v10/components#class-components): ``` class Clock extends Component...
### Current behavior I have a NavigationContainer with a Stack and a BottomTab. The Stack contains three screens that are basically a wizard. When I load the app, the first...