Ask HN: Help me pick a front-end framework
📰 Hacker News · bjackman
Choose a suitable front-end framework for building a complex text-annotation app with a GUI, considering factors like ease of use, design, and development speed
Action Steps
- Research popular front-end frameworks like React, Angular, and Vue.js to determine their suitability for your project
- Evaluate the complexity of your GUI and consider frameworks with built-in support for complex interfaces
- Consider using a framework with a strong focus on UX design, such as React or Vue.js, to help with designing and building your app's interface
- Look into frameworks with a large community and extensive documentation, such as React or Angular, to help with troubleshooting and learning
- Experiment with different frameworks by building a small prototype to determine which one works best for your project
Who Needs to Know This
Front-end engineers and solo developers can benefit from this discussion, as it highlights the importance of selecting the right framework for a project's specific needs
Key Insight
💡 Selecting the right front-end framework can significantly impact the success of your project, especially when building complex GUIs
Share This
Choosing a front-end framework for your complex GUI app? Consider factors like ease of use, design, and development speed #frontend #frameworks
Key Takeaways
Choose a suitable front-end framework for building a complex text-annotation app with a GUI, considering factors like ease of use, design, and development speed
Full Article
Hopefully this can be a fruitful discussion since I think I have a quite clear but also reasonably common set of needs. I have a feeling that if you're "in the world" of frontend engineering you get a much more intuitive feeling for these tooling questions than I can get at a distance by reading SEO-spam developer blogs and State Of JS (although the latter does seem really helpful). I'm thinking of building a text-annotation based app _alone in my spare time_. The core usage loop is about viewing and interacting with "visual markup" applied to a body of text. So lots of tooltips/hoverbars I guess. Some notes about my needs: - This would be by far the most complex GUI I've ever built. - Relatedly, I expect to get the UX design horribly horribly wrong and start from scratch at least once. - I also suck at making things look pretty and also don't find this problem very rewardinging to think or read about. - All of the above point towards a fram
DeepCamp AI