tornqvist / yeet

Teeny-weeny front end framework
24 stars 1 forks source link

Gist to map React concepts to yeet #5

Open achou11 opened 2 years ago

achou11 commented 2 years ago

Not an issue in the traditional sense, but been working on a gist to help map React concepts to yeet as a way of helping the "mental migration" for myself. Still a WIP but definitely would appreciate feedback on it! Perhaps others would find it useful as they try to understand how yeet works from an ergonomic perspective

https://gist.github.com/achou11/1a8b0b23de2566a9a6b18d52eff91cd5 (not public yet so you have to use this link to see it)

tornqvist commented 2 years ago

That's awesome! Mappings to popular libraries would definitely help with onboarding.

When initially sketching out the Component API I made this interactive SVG in hopes of including it in the readme but unfortunately GitHub doesn't allow embedding (or serving) SVGs and img-tags can't be interacted with. You'd have to download and open it in a browser, so it didn't work out. But it may be a starting point for some kind of interactive learning tool.

lifecycle

achou11 commented 2 years ago

that's awesome! definitely close to what I was looking for (although it's more framework agnostic which I like)