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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you onboard to a new framework?

2 点作者 FionnMc大约 4 年前
I&#x27;m a product manager working on developing an open source framework.<p>When you have a problem, and you come across a framework to solve it, how do you onboard to that framework?

1 comment

PaulHoule大约 4 年前
If is immediately clear how the problem fits the model conceptually, if the framework doesn&#x27;t require deep new skills, and the tooling, documentation, such are good, the answer is &quot;start building&quot;.<p>(for instance, imagine some Sinatra-like web framework which could be in any programming language -- the deep complexity is in the nature of http for which your past experience is portable...)<p>If the above are missing you look to remediations such as: maybe reading the source code is better than the reading to docs, intensive training in the subject (i challenged myself to make a print a day and now I have a pile of burned out thermal printers, samples of every industrial adhesive I could find, and walls covered with photo prints and anime art), doing a pilot project to scout risks (e.g. build an instance bigger than prod will be on day four), etc.<p>Also: frequently the &quot;onboarding&quot; is to a system that already uses the framework. For instance, this is how React found me. Then thinking hard about the problem of &quot;how do I update the UI when I receive data from the server?&quot; did pilot projects in Vue and MobX-React.