All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Building Large Front-End Applications Without JavaScript Frameworks

By

thepianodan

7mo ago· 2 min readenInsight

Summary

The article discusses building large front-end applications without using JavaScript frameworks like React, using Obsidian as a case study. The author expresses surprise that Obsidian was built without any frontend framework and explores the benefits of this approach, particularly for long-term projects where framework breaking changes can be problematic. The discussion focuses on the advantages of sticking to web standards and avoiding framework dependency for more stable, maintainable applications.

Key quotes

· 3 pulled
I had a mind-blown-moment when I learnt that Obsidian was built without any frontend JS framework.
JS frameworks move really quickly, and when we're working on a large, long-term project, it sucks when big breaking changes are introduced after only a couple of years.
Sticking to slow-moving web standards...
Snippet from the RSS feed
I had a mind-blown-moment when I learnt that Obsidian was built without any frontend JS framework. ( https://forum.obsidian.md/t/what-framework-did-the-developer-use-to-create-obsidian-desktop-application/30724/11 )

You might also wanna read