Remix.run Logo
mpweiher 4 days ago

> so M was data,

M is the Model. That means the data and all the things you might ever want to do with the data. So any interaction you might want to do from the view is (ideally) a single message-send to the model.

> V was presentations of the data

And editing the data.

> C was interaction on the M and maybe V.

> It only got confusing when I got more experience.

:-)