Hacker News new | ask | show | jobs
by RockieYang 19 days ago
I started using my own frontend framework from 2022. It is a simple jsx based, directly DOM modification, in just about 3k lines of code inspired from React/Solid/Vue.

Have try various approach since Claude Code came out. It works well in any of the styles vanilla, React, Vue for simple pages. So for simple one page demo, I mostly just ask to use vanilla style. Because it can be fully self contained in one file and just be opened without any external steps.

While once it across certain complexity level and some manual change needed. It is super hard with pure vanilla style, due to so many procedure code.

So I usually just prompt to generate using my own framework with a distilled skill. I then change a bit to make it simpler and follow my own style.