When comparing Tumblr vs Gatsby JS, the Slant community recommends Tumblr for most people. In the question“What are the best solutions for a personal blog?” Tumblr is ranked 8th while Gatsby JS is ranked 17th. The most important reason people chose Tumblr is:
It costs nothing to create a Tumblr account.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free
It costs nothing to create a Tumblr account.
Pro Community-driven
It is built around sharing and discovering new, short-form content.
Pro Good customization options
Tumblr allow users to customize their website with many built-in themes. In addition to theme selection, user can also further customize their website either through a customization editor wizard or through a HTML and CSS editor for advanced users.
Pro Supports responsive design & mobile-friendly websites
Tumblr supports responsive design for the website as it will be fitted with the same theme based on which device the user is using to view the website. It can also vary by theme with responsive design availability.
Pro Great mobile apps
Easy to use Windows Phone, iOS and Android are available.
Pro Custom domain support
If you want to use your own domain instead of *.tumblr.com, you can.
Pro No page reload when navigating
Pro Based on React.js
Editing markup is phenomenally easy when you have components.
Pro Live reload
Every change you make can be almost immediately seen in a browser.
Pro A lot of plugins
Gatsby offers a lot of plugins to integrate tools like SASS, typescript, styled components, etc.
Pro Very active development
Gatsby is very actively developed and the maintainers are very helpful.
Pro Built-in code and data splitting
Pro Open Source
Pro Take content from any source
Gatsby can generate the pages with content from any sources like Drupal, Wordpress, Contentful, etc. If the source plugin is not coded for your solution, you can create it.
Pro A static site and a React app in one
The static pages are generated by Server Site Rendering of the React app. So you have all benefits of a static site, and all benefits of a React app, which is very powerful.
Pro GraphQL Data Layer
Pro A lot of examples
Gatsby have a lot of examples sites in his github repository.
Pro Beautiful out-of-the-box blog starters
Cons
Con A bit raw
You'll maybe have to tweak some JSX if you want something that's not covered by available themes.