Yahia Berashish

Results 11 comments of Yahia Berashish

Hello @Hunter-Gu Can you update us on the progress of the issue?

Can you share a CodeSandbox/Stackblitz link so I can check out the code

I think the approach you are using is wrong, even if the problem of the first painting was solved, there are still issues of passing props and having to create...

That's weird, it seems when a child component is rendered conditionally it uses the state of the last provider. I suppose this is the last issue with the implementation, I...

That's true, but the lack of a virtual DOM like the one you described is the main benefit of VanJS, a virtual DOM bloats the package and makes it very...

How would you go about getting the scope?

Hello @Hunter-Gu The result looks great, and it works fine, but I think it changes the way VanJS is used too much, and I think it would be better to...

Hello again. Hi @Hunter-Gu I was busy for a while, I would be happy to hear from you on anything new regarding the development of a Context API in VanJS....

Hello @kwameopareasiedu Your implementation looks to be a good starting point, me and @Hunter-Gu have made some prototypes in the past that almost achieved everything needed for the Context API...

Hello. I have thought about this a bit and I think that implementing a React-like context API might be too complicated for a lightweight library like VanJS. I took a...