Viewing profile — dxchester
dxchester
HN member- Joined
- Tue, Apr 10, 2012, 12:31 AM UTC
- HN karma
- 251
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About dxchester
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #38172756
Nice work! I have a no-dependencies project with somewhat similar goals in frameable/el[0], which takes more inspiration from Vue in its interface. WebComponents give us so much, b…
-
comment
Comment #36979072
The main reason is that they're too low-level to use directly. They do a lot, but stop just short of being useful without something of a framework on top. I tried hard to use them …
-
comment
Comment #35938298
Nice writeup. We're working on a framework with similar goals, here: https://github.com/frameable/el Reactivity, composability, templates, etc with no dependencies, in ~150 SLOC.
-
comment
Comment #35190004
Agreed that investing in standards is always a good bet. But at the same time, we have so many web frameworks in part because what is spec'd in plain JavaScript/HTML/CSS is not qui…
-
comment
Comment #34830657
I also sometimes enjoy this approach of starting from absolutely nothing. Instead of taking the path of starting with DOM manipulation and then going to a framework as necessary, I…
-
comment
Comment #33866960
We have used Automerge a bunch, but found that there is a threshold where beyond a given document size, performance gets exponentially worse, until even trivial updates take many s…
-
comment
Comment #33574736
We wrote about our journey[0] to sanity after Tailwind: The answer is to do it all in strategic moderation: Use a subset of tailwind just for spacing and layout and revel in simple…
-
comment
Comment #33307034
This sounds cool. We wrote a git-based CMS[0] that is a little different. It has a nice-enough UI for creating and editing markdown documents, which are stored in git. And then it …
-
comment
Comment #33094781
We built El[0] with the goal of making a minimal framework for building web apps. As a data point, it has a built-in observable store, reactive templates, scoped subset of scss, no…
-
comment
Comment #32877551
> I could have chosen to rebuild the entire UI as a template string as a function of state, but instead, it is ultimately more performant to create these DOM helper methods and mod…
- story
-
comment
Comment #32782971
We developed El to be as minimal as possible, while still solving the problem of keeping state and interface in sync: https://github.com/frameable/el It's just ~150 lines / 2kb, an…
-
comment
Comment #32668931
Hey! This project started as a few lines of code that we copy/pasted around to get us reactivity on top of raw Web Components here and there. As we have used it for more intensive …
- story
-
comment
Comment #31948223
Frameable | Remote GMT-4 | https://frameable.com/careers We build next-generation virtual spaces for working together. Tech stack is WebRTC, Node, Vue, WebSockets. We are hiring fo…
- story
-
comment
Comment #30956630
We built this collaborative wordle game during a hackathon and it turned out to be kind of fun. It's a new word each day, and you can have up to seven people on your team. For what…
- story
-
comment
Comment #30923293
Yes, it is true that with this approach, you have to make sure not to edit the text independently from its metadata.
- story
-
comment
Comment #24766209
> The purpose of an agile process is ultimately to "de-risk your investment" as much as possible. This idea really rings true to me. Tight iteration/feedback loops are key. Each cy…
-
comment
Comment #24341988
Organizing by effort/value has been magical for us. Whether it's working thorugh a punchlist for a product nearing launch, or whether it's proioritizing initiatives for the upcomin…
- story