TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby FionnMcabout 4 years ago
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

PaulHouleabout 4 years ago
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.