TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a space for another JavaScript framework?

3 点作者 danielEM大约 4 年前
Recently working on my own framework https:&#x2F;&#x2F;github.com&#x2F;DanielMazurkiewicz&#x2F;hussar. (this is at the stage of &quot;working concept&quot; of &quot;work in progress&quot; and when there will come a time, I&#x27;ll do &quot;Show HN&quot; instead of &quot;Ask HN&quot; :-) )<p>Took a bit different approach to the topic of Javascript frameworks. First of all want to keep a final code close to smallest possible and second of all wanted to do everything in javascript itself (no separate CSS nor HTML) - which is also partially a result of first requirement. That way minifier can also mangle names of html tags, attributes, events and with some additional tweaks also object properties. I&#x27;m also avoiding using &quot;classes&quot; as it is hard for tree shaking based minification optimizations.<p>I do it in general for my own purposes, but there is also a main question (in the title), and couple of side ones that I want to ask here:<p>1. Money - is there any money I can get from it (project is open source and MIT licensed) and if so then how and how much potentially?<p>2. How to attract potential contributors&#x2F;how to find them?<p>Thx in advance for help&#x2F;and or discussion!

1 comment

tracer4201大约 4 年前
I don’t know the direct answer to your question, but I briefly looked at your github. It wasn’t clear to me what your value proposition is.<p>What are you doing that’s different? If I had a new web project, why would I use your framework? Is there something that it simplifies for me? What does it do better? Is there a particular vision you have?<p>You might consider entering some of these questions in your README.
评论 #27174533 未加载