HackerTrans
TopNewTrendsCommentsPastAskShowJobs

robpruzan

no profile record

Submissions

Show HN: A framework for building hackable applications

github.com
3 points·by robpruzan·2 miesiące temu·1 comments

[untitled]

1 points·by robpruzan·w zeszłym roku·0 comments

[untitled]

1 points·by robpruzan·w zeszłym roku·0 comments

[untitled]

1 points·by robpruzan·w zeszłym roku·0 comments

Editing my web app from my phone with instant hot reloading

rob.directory
1 points·by robpruzan·w zeszłym roku·1 comments

React Scan v0.2.0: A new way to debug React performance problems

github.com
1 points·by robpruzan·w zeszłym roku·0 comments

React Scan Notifications

twitter.com
1 points·by robpruzan·w zeszłym roku·0 comments

Implementing React from Scratch

rob.directory
177 points·by robpruzan·2 lata temu·17 comments

comments

robpruzan
·2 miesiące temu·discuss
Hey HN, I’m building a JavaScript framework for building applications that are by default extensible

Zenbu.js takes inspiration from many extensible and composable systems (emacs, react, erlang)

Would love to hear any thoughts
robpruzan
·w zeszłym roku·discuss
Edit: upgrading my review from fantastic to probably one the best first experiences I've had with an LLM app. You got my money!

Do you have any socials? Would love to keep up with updates about this project
robpruzan
·w zeszłym roku·discuss
wow I just tried this, absolutely fantastic. I really hope you take this all the way, I will be sharing with friends!
robpruzan
·w zeszłym roku·discuss
In pursuit of being able to load my dev website onto my phone instantly, no config, and make changes directly from my phone

If you're interested in the project I'm implementing this for, I've written a few other posts documenting what I'm doing: https://www.rob.directory/zenbu-devlog
robpruzan
·w zeszłym roku·discuss
page 404ing?
robpruzan
·2 lata temu·discuss
Just went through each commit- this is an extremely engaging way to document a project, nice work
robpruzan
·2 lata temu·discuss
This is very cool, first time I'm hearing of Reactor, thanks for sharing
robpruzan
·2 lata temu·discuss
I started this project out of interest in building a UI framework for a completely different language/platform inspired by React. Quickly realized I didn’t understand everything React was doing to allow their API. Rebuilding React was extremely useful for learning more about the framework. Hopefully, this article is useful to other people in the same way.