1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00
Helmut K. C. Tessarek c86df6a480
Update translations
2021-02-24 01:27:00 -05:00
..
2021-02-24 01:27:00 -05:00
2021-02-09 20:58:17 +00:00
2021-01-27 17:42:58 +00:00
2021-01-27 17:42:58 +00:00
2021-01-30 12:19:43 +00:00
2021-02-07 14:35:40 +00:00
2021-02-07 14:35:40 +00:00
2021-01-27 17:42:58 +00:00
2021-01-21 23:12:49 +00:00

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.