ScrumIA

← All modules

⚛️ scrumia-impl-solidjs

Fine-grained reactivity, without the React reflexes.

slot · implementation version · 0.4.0

What it is responsible for

Owns the how for a SolidJS app: reactivity treated as a contract rather than a convention, components tested through behaviour instead of internals, and a structure organised by feature. Ships an audit skill for the drift that creeps in.

What it refuses

No destructured props, no effect standing in for a derivation, no component that fetches its own data.

The assumption it makes

Assumes the reactive graph is worth understanding rather than working around. Costs the unlearning of React habits that look identical and behave differently.

Its skills

Tags

What it plugs into

RegisterDirectionModule
auditcontributesscrumia-github-project
implementcontributesscrumia-github-project
reviewcontributesscrumia-github-project

Install it

/plugin install scrumia-impl-solidjs@scrumia

Read the source on GitHub