opral / inlang-message-sdk

0 stars 0 forks source link

Remove Solid from in-memory core message store #31

Open jldec opened 2 months ago

jldec commented 2 months ago

Context

Messages are currently stored in a solidjs reactive map which consumes excessive resources and does not scale well.

Replacing the internal solidjs reactive map for lint-reports successfully showed that this approach makes sense, as long as there is another notification mechanism for apps to react to changes.

Proposal