mirror of
https://github.com/ente-io/ente.git
synced 2025-08-12 01:04:48 +00:00
* This ensures that the UI remains responsive when indexing is running. * This allows us to parallelize the in-flight networking etc instead of waterfalling everything. * The actual CPU intensive indexing is still serial.
@/base
A base UI layer package for sharing code between our production apps.
This is a higher layer package than @/utils
(which is framework agnostic).
This package is meant for sharing code between our Next.js apps that use React
and MUI. Both the photos and auth apps use it.
Our smaller, Vite based apps, e.g. payments, don't use this.
Packaging
This (internal) package exports a React TypeScript library. We rely on the importing project to transpile and bundle it.