1
Ask HN: How do you learn new libraries without much documentation?
At work, I have been asked to build a couple of POC's on a new Angular based framework our company purchased.
This is proprietary code for a niche industry so the community isn't as large. I also don't have access to any experts on this software.
- A common issue I face is when I want to import a module( and know that the functionality exists) but don't know what do I call and where can I call it from
eg: import { XYZ } from '<WHERE>'
- I have tried asking questions on their private community but it's pretty dead and no one ever responds
There are some tutorial courses but it's can only take you so far. How do I get better at this framework or at least good enough to build some basic POCs?