Teemu Taskula
Teemu Taskula
# Why While Expo provides ways to request various permissions via different Expo modules there is a need for a generic permission library. The most popular permission library in React...
The barrel index file for UI kit can cause major slowdown when the UI kit gets larger. It would be better to import the individual components directly even though the...
In large projects having hundreds of route entries can slowdown the development server a lot. Could there be a way to lazy load route entries only during local development but...
We should have a way to force a refresh of the client app in case the deployed API server is not compatible with the old client anymore. Eg. we could...
Requirements: - Typesafe queries - Single source of truth for database schema - No need to go through countless migrations to figure out the latest schema - No need to...
Notes: - We probably only need simple static feature flags that are shared between client and server - Or is it enough to have flags only on the client? -...
Let's use either React Aria Components or Radix components.