Hacker News new | ask | show | jobs
by davydog187 2277 days ago
Would you consider open sourcing this? I’d be interested in using this for some of my own projects, having dealt with similar problems to the one you’re describing.

Phoenix Live View is cool and all, but still not stable enough for my liking. Also, depending on the use case, it can be unviable.

1 comments

I plan to open source it soon but I want to try it out on at least one personal project first to figure out any holes in the api before I release it.

I have it working with a sample page that renders three dates (static webpack render date, phoenix render date and current date that updates each second with a timer) but I think I need to try it on a real page with real data.