opral / inlang-message-sdk

0 stars 0 forks source link

Remove nested effects for tracking lint reports #49

Closed jldec closed 1 month ago

jldec commented 1 month ago

Context

Lint reports are tracked in memory, with a nested solidjs effect per message. This is part the reason for excessive resource consumption.

Proposal

Hook into message updates directly.

Depends on MESDK-86.