Viewing profile — jason_plasmic
jason_plasmic
HN member- Joined
- Tue, Dec 19, 2023, 5:49 PM UTC
- HN karma
- 5
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jason_plasmic
No profile information was provided.
Recent public activity
-
comment
Comment #45475886
Most design tools like Figma come with some sort of dev handoff tool that produces pixel-perfect HTML/CSS (though you might need some tweaks for responsiveness). Have you tried fee…
-
comment
Comment #44515397
I'm late to reply, but check out Plasmic. We often get the complaint that we're too engineer-y instead of designer-y, so it might work for you.
-
comment
Comment #41861052
One problem is that the code tool is usually a one-time code export. After the export, you'll probably want to change the code--add some business logic, event handers, etc. After a…
-
comment
Comment #38701542
I think, with most WYSIWYG editors in the past, a developer runs into some limitation, forcing them out of the system into uncharted/hacky territory. But for Plasmic, developers ar…
-
comment
Comment #38701397
Replied to similar comment here: https://news.ycombinator.com/item?id=38701366
-
comment
Comment #38701366
MUI's Toolpad looks pretty cool! I'm going to try it out today. One big difference is that Plasmic is a platform and can be used by non-developers to make changes that go straight …
-
comment
Comment #38699709
+1 to Chung's reply. There's also a loader API where you'll generally never need to see the code that is output. Check out the differences between loader API and codegen here: http…
-
comment
Comment #38699421
For component composition and layout, Plasmic makes it easy to build responsive pages. Our primitives like stacks are all based on flexbox, though you can use absolute positioning …