-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 years on #23
Comments
hey @mindplay-dk Do you mind sharing what your idea is here? Background: I have been working on something similar to haptic, but a bit more complete with support for stores, SVG, dangerouslySetInnerHTML, ref, , and react-router like router. You can find it here with the kitchen sink here In case you find it interesting I would love some feedback! I have been using it for simple low traffic marketing site, so it's mostly feature complete. The major thing which is missing is that Btw, thanks a lot for opening up issues on haptic. It was a first for me, so I learned a lot from the discussions you had with nettybun. I really love open source software for this reason! And ofcourse thanks @nettybun for the amazing work on haptic! It was really eye opening for me. |
@abhishiv I have honestly no recollection of what I was doing in february. Going by the date, it might have been this, which lead me into this, although it may have started somewhere different, I just don't recall... This is probably closer to RxJS than to Haptic though - I was trying to understand RxJS with those explorations, and I remember thinking, the resulting pattern sort of resembled Haptic's explicit context passing, although in my half baked code, the I wonder how similar it is to what you've built, in practice? 🙂 |
Hey @mindplay-dk, sorry was late reply, since I was busy fixing my Each implementation. ah interesting! I haven't used RxJS so am not sure with its paradigm, but I do get a concern with teardown. I think I handle teardown by having users create signals and stores not by a top level imported function as is common, but by a function passed as 2nd param to component definition. They are then saved in the VElement tree and cleaned up when component unmounts.
Also the signals/stores and components are named because I wanted real first class HMR and that makes it super easy to hydrate/rehydrate on hot reload while preserving state. |
hey Garnet,
I was wondering, where did this project trail off? are you still coding? not much Github activity.
I really liked this idea and still end up on this page by various routes now and then.
last night, I kind of took the idea and ran with it - I have nothing that works, probably, haven't attempted to run anything, but I do have an interesting looking prototype of something that builds on your idea of explicit context passing... it seems like a good direction, but I don't know if I'm smart enough of have the time/energy to see it to completion. 😅
if you'd like to see some code, my DMs are open on Twitter. (I don't want to post this half baked idea in public yet.)
hope you're doing well :-)
The text was updated successfully, but these errors were encountered: