VOOZH about

URL: https://thenewstack.io/glitch-brings-view-source-philosophy-to-react-node-js/

⇱ Glitch Brings 'View Source' Philosophy to React, Node.js - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2021-05-10 10:52:29
Glitch Brings 'View Source' Philosophy to React, Node.js
op-ed,profile,
Frontend Development / Software Development

Glitch Brings ‘View Source’ Philosophy to React, Node.js

Part of Glitch’s appeal to web application developers is that it brings back the 1990s “view source” spirit for today’s web.
May 10th, 2021 10:52am by Richard MacManus
👁 Featued image for: Glitch Brings ‘View Source’ Philosophy to React, Node.js
Feature image via Pixabay.
Richard MacManus
Richard is senior editor at The New Stack and writes a weekly column about web and application development trends. Previously he founded ReadWriteWeb in 2003 and built it into one of the world’s most influential technology news and analysis sites.

What does it mean to be a developer in 2021? If you use a no-code tool and build an app entirely by drag and drop, does that make you a developer? What if you “remix” (i.e. copy) an existing web app on Glitch and change a few bits of code in it — does that mean you can call yourself a developer?

Those developers who live and breathe C++, or who spend their days manipulating the DOM with JavaScript, may well look down their noses at no-coders and Glitch remixers. And it’s true that being a developer does not necessarily mean you’re a software programmer. But there’s also no denying the ever-increasing power of both no-code tools and Glitch, when it comes to developing web applications.

Glitch, a browser-based app creation tool, recently announced that it now enables users to create a full-stack web application “in under a minute.” As Glitch CEO Anil Dash informed me, this is “faster than you could build it using no-code tools or site builders.”

The speed is due to new, ready-to-go templates for a React app, a Node server-based app, or an Eleventy website (one of the more popular static site generator tools). Granted, the templates are all very basic — the Node app template, for instance, is for a simple color-picking app. But they are a starting point for developers, professional or amateur, to create websites or apps using the popular web development frameworks we hear about every day: React, Node.js, Eleventy.

“Glitch has had the ability to build apps in the browser for years,” said Dash, “but what’s new is the huge leap in performance to be able to build these sites in under a minute, and what’s unique is that they’re using totally standard frameworks, with the ability to customize the build process or even create a full-stack app.”

Lowering the Barriers to Coding

Glitch is kind of a mix between a traditional website builder tool (like Squarespace or Wix) and a low-code or no-code tool (like OutSystems, which I profiled last September). Its main point of difference with both is that with Glitch, you are encouraged to get your hands dirty doing coding. “Code, collaborate, & ship in seconds” is Glitch’s marketing tagline. Whereas with website builders and low/no-code tools, the emphasis is on making it easy to build a website or app via a user-friendly interface that mostly hides the code.

Last May, Dash came up with a clever term for what Glitch does relative to low/no-code tools: it’s a Yes Code tool, he claimed. One of the points he made was that “being able to code is a superpower, and we should enable more people to tap into that ability, by lowering the barriers.” Key to enabling this is the remixing functionality of Glitch, whereby users can duplicate an existing app on the platform and tweak that code to their own purposes.

If you’re old enough to remember the web of the 1990s, you’ll recognize this as an update of the “view source” philosophy of creating websites. Back then, it was common to view the source code of a website you admired and copy and paste it into a tool like Dreamweaver or Microsoft Frontpage. You might even browse to a CGI script or JavaScript directory and copy and paste some code from there (e.g. to create a form, or to add some scrolling text). Even if you weren’t a programmer, many of us from the 1990s web became familiar with HTML code, CSS, JavaScript and even the likes of Perl or Python — simply because we looked at the source code regularly.

That’s basically what Glitch is attempting to enable now, except in 2021 there are more sophisticated development frameworks to use. React, for instance, is an extremely popular JavaScript library that was used to create many of the single-page applications (SPAs) we see on today’s web.

Another way Glitch is trying to lower the barriers of coding is by automating much of the backend work. This is similar to the serverless approach of companies like Vercel or Netlify.

“Things that were formerly separate manual steps,” said Dash, “like configuring a build script, installing a secure certificate, or even making commits to git as you modify your code, are all just handled automatically on Glitch.”

Also worth highlighting is that the technologies Glitch is tapping into — like React, Node.js and Eleventy — are all open frameworks. Dash says this is a point of difference between Glitch and the site builder tools, in particular.

“On Glitch,” said Dash, “apps built with these new starters use totally standard, popular open frameworks like React or Eleventy, so there’s no lock-in to the platform since it’s just regular code (unlike templated site builders) and the site goes live at a secure URL that’s instantly sharable. Devs can even add their own domains with a couple of clicks.”

Looking Past ‘The Matrix’ Code

Part of Glitch’s appeal is that it brings that 1990s “view source” spirit to today’s web. It lets you see what’s really happening in the code, while also keeping things simple by abstracting away other complexities. This is a surprisingly rare thing nowadays. Have you looked at the source code of an SPA lately? Much of it is impenetrable, very much against the “view source” spirit.

Take Gmail, for example — if you view its source code in your browser, it’s like looking at the code of “The Matrix”. That’s because, as a developer named Jim Nielsen explained, the source code you’re able to view is “likely the result of some tooling stitching together content and markup through a series of templates then munging/minifying it for delivery over the network.”

On the other hand, when I played around with the React and Node.js templates on Glitch, all of the code is nicely laid out and easily navigated. Indeed, I was sorely tempted to “remix” the Node.js template, tweak a few lines, and announce on Twitter that I’m now a full-stack developer. I didn’t go that far, but it was nice to be able to view (and understand) source code once again.

TRENDING STORIES
Richard MacManus is a Senior Editor at The New Stack and writes about web and application development trends. Previously he founded ReadWriteWeb in 2003 and built it into one of the world’s most influential technology news sites. From the early...
Read more from Richard MacManus
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.