Software Alternatives & Reviews

Medium VS GatsbyJS

Compare Medium VS GatsbyJS and see what are their differences

Medium logo Medium

Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.

GatsbyJS logo GatsbyJS

Blazing-fast static site generator for React
  • Medium Landing page
    Landing page //
    2023-07-08
  • GatsbyJS Landing page
    Landing page //
    2023-09-12

Medium videos

Medium Review - with Tom Vasel

More videos:

  • Review - Starting a blog on Medium.com? Watch this FIRST.
  • Review - ‘Angrezi Medium’ review | Komal Nahta
  • Review - The Medium Review
  • Review - The Medium - Before You Buy
  • Review - I recommend: The Medium (Review)

GatsbyJS videos

The Great Gatsby - Movie Review by Chris Stuckmann

More videos:

  • Review - The Great Gatsby movie review
  • Review - The Ultimate Gatsby Moving Rubber Review!

Category Popularity

0-100% (relative to Medium and GatsbyJS)
Blogging
93 93%
7% 7
CMS
79 79%
21% 21
Blogging Platform
95 95%
5% 5
Developer Tools
0 0%
100% 100

User comments

Share your experience with using Medium and GatsbyJS. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Medium and GatsbyJS

Medium Reviews

25+ Medium Alternative Platforms for Publishing Articles
Medium is an online platform that was created in 2012 by Evan Williams. It is a place for people to share their thoughts and ideas on various topics. Medium has about 100 million monthly visitors, which makes it one of the most popular platforms for publishing articles.
Source: forgefusion.io
10 Best Medium Alternatives for Reading and Publishing
From thе simplicity of Ghost to thе vеrsatility of Substack, thеrе’s a homе for еvеryonе seeking great Medium alternatives. Thеsе altеrnativеs offеr a world of possibilitiеs for rеadеrs and authors alikе. Whеthеr you’rе in sеarch of a uniquе platform to sharе your thoughts or want to read frеsh contеnt, thеsе platforms havе somеthing spеcial to offеr. All in all, we...
9 Best Medium Alternatives for Making Money With Your Writing in 2023
Substack and Medium differ primarily in their monetization methods. Medium pays creators based on reader engagement, while Substack enables writers to monetize directly through paid subscriptions to their newsletters. This business model allows Substack users to build a direct relationship with their readers via their email inboxes, whereas Medium interactions primarily...
How to Choose the Best Blogging Platform in 2021 (Compared)
Medium works much like a social networking site where you can create an account and start publishing your articles. After you sign up, you’ll have a profile address like this: https://medium.com/@yourname. But you cannot use your own domain.
Best CMS Platforms in 2019 [WordPress vs Joomla vs Drupal vs Squarespace vs Wix vs Medium]
Medium is famous as a blogging and content sharing platform. If you want to create a blog or news publishing site, Medium could be one of the best CMS solutions. Not only that, Medium was selected as the top 3rd blogging platform in a survey of the Slant community.
Source: wedevs.com

GatsbyJS Reviews

20 Best JavaScript Frameworks For 2023
Gatsby lets users pull data from any data source imaginable – CMS like WordPress, Drupal, Netlify, Contentful, etc., or APIs, databases, or simple markdown. Unlike Next.js, which we discussed above, Gatsby does not perform server-side rendering. Instead, it generates HTML content on the client side during build time. As a result, Gatsby delivers blazing-fast performance,...
10 static site generators to watch in 2021
Built using React, it supports writing content in MDX so that JSX and React components can be embedded into markdown, but also aims to remain easy to learn and use by providing sensible defaults and the ability to override if the developer has need. Recently releasing a major update with Docusaurus 2 beta, many of its principles were inspired by Gatsby but it is more focused...
Source: www.netlify.com
Top Static Site Generators For 2019
Gatsby is optimised for speed. Gatsby tries to build the fatest possible website, it delivers code and data splitting out-of-the-box. Therewith Gatsby loads only the parts of your website which are needed right now. In addition, Gatsby prefetches resources for other pages. Because of that navigating between pages of your website feels incredibly fast.
Source: medium.com

Social recommendations and mentions

Based on our record, Medium seems to be a lot more popular than GatsbyJS. While we know about 2190 links to Medium, we've tracked only 14 mentions of GatsbyJS. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Medium mentions (2190)

  • The Server Chose Violence
    Very enjoyable read, and this single supervisor is similar to how I set up an application at a previous startup, where we unwrapped everything. This reminds me of one of my favorite posts https://medium.com/@mattklein123/crash-early-and-crash-often-for-more-reliable-software-597738dd21c5. - Source: Hacker News / about 6 hours ago
  • The Vision Pro is a big flop
    So, when you follow the link under "Apple initially had a sales target of 3 million Vision Pro units in its first year", you'll see that this number came from Marc Gurman and is based on nothing. He then quotes Ming-Chi Kuo's similarly unsubstantiated "800,000 units" claim. Since the 72.5% accurate¹ Kuo can't possibly have guessed wrong, the explanation must be that Apple slashed production. This doesn't... - Source: Hacker News / about 13 hours ago
  • Jeff Geerling: Corporate Open Source Is Dead
    The declining share price and profits is exactly what made it possible for IBM to buy Hashicorp - $6 billion is a snip compared to the $14 billion IPO valuation. Fintan Ryan has a nice write-up here: https://medium.com/@fintanr/on-ibm-acquiring-hashicorp-c9c73a40d20c. - Source: Hacker News / 2 days ago
  • Cool Continuum – Make Your Mark in the Arts
    Redirect is slow tonight, so here is the original URL: https://medium.com/@coolcontinuum/the-composer-continuum-35396e5d09bc. - Source: Hacker News / 4 days ago
  • Setting up PostgreSQL for running integration tests
    In .NET we have TestContainers and Respawn. https://medium.com/@kova98/easy-test-database-reset-in-net-with-respawn-d5a59f995e9d. - Source: Hacker News / 9 days ago
View more

GatsbyJS mentions (14)

  • Replatforming from Gatsby to Zola!
    Since around 2019 I have used Gatsby as my static site generator. Its plugin system makes it super feature extensible. It uses React under the hood which makes components easy to write and has tons of community support. Once I had a Gatsby site styled and running, publishing blog posts is fairly trivial:. - Source: dev.to / 25 days ago
  • Build a Documentation Website with Gatsby in 10 Mins
    Smooth DOC is a ready-to-use Gatsby theme to create a documentation website. Creating a pro-quality website like this one takes weeks. Smooth DOC saves you time and lets you focus on the content. - Source: dev.to / 3 months ago
  • Where to begin?
    I'd start with learning HTML and CSS first, then Javascript after those. There are a lot of free online resources for learning those. For websites, I use jekyll which is a great way to start off because there are a lot of community website templates that you can customize, which is great for beginners and learning. Then I'd recommend learning/moving to React. The Gatsby website generator would be good for React... Source: over 1 year ago
  • [AskJS] Need help in choosing the best tech stack to choose for the features listed in a SaaS SSG site (excluding wordpress)
    I'm not sure I understand you correctly, are you looking for a static site generator tool? In which case, none (or very few) of those are SaaS (software-as-a-service), but some of my favorites are Astro, NextJS, and Gatsby. Source: almost 2 years ago
  • Is Astro ready for your blog?
    Remember that Astro is still in beta, although the Astro team announced earlier this month that they plan for version 1.0 to go to general availability in June. For each item, I’ll assess Astro’s associated compliance or performance vs. That of a few other platforms I’ve used: in alphabetical order, Eleventy, Gatsby, Hugo, and Next.js. - Source: dev.to / about 2 years ago
View more

What are some alternatives?

When comparing Medium and GatsbyJS, you can also consider the following products

Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.

Jekyll - Jekyll is a simple, blog aware, static site generator.

WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.

Hugo - Hugo is a general-purpose website framework for generating static web pages.

Tumblr - A feature rich and free blog hosting platform offering professional and fully customizable templates, bookmarklets, photos, mobile apps, and social network integration.

Blogger - Publish your passions, your way. Create a unique and beautiful blog. It’s easy and free.