Tutorial topics suggestion #30
Replies: 2 comments 2 replies
-
Hey @HamedFathi Thanks for your interest, it means a lot to me :) Yes, I am happy about this project, it is obviously one of the goal of the project to be fast. But clearly, I learned a lot working on this and on the tutorial. It is kind of an experimental playground so I can toy with ideas and learn interesting way to combine them. I am currently working on extending async function MyComponent() {
let [state, setState] = useState(0);
await someAsyncWork();
return props => html`...`
} But it is a pretty big topic, so I am not sure something interesting/simple will come out of it. So, yeah, excited to try other ideas. I'll think about your suggestions, and when I get the time, I'll see what we can do. Maybe this project will slowly transform into a large list of resources to learn about javascript and frameworks, who knows? Don't hesitate to add other tutorial ideas if you want! (however, obviously, I cannot promise anything!) |
Beta Was this translation helpful? Give feedback.
-
also, another topic I would like to attempt someday is using mobx with blockdom |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am not sure is a meaningful request or not! but this project is special because
So, I want to ask for more tutorials (if possible please)
A.
blockdom
and WebComponents (Is it possible to have web components based onblockdom
?)B.
blockdom
and one way/two ways binding (Angular-like binding or ... withblockdom
)C.
blockdom
and JSXBeta Was this translation helpful? Give feedback.
All reactions