gatsby-starter-minimal-blog VS rick-and-morty-api-site

Compare gatsby-starter-minimal-blog vs rick-and-morty-api-site and see what are their differences.

gatsby-starter-minimal-blog

Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting. (by LekoArts)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
gatsby-starter-minimal-blog rick-and-morty-api-site
2 26
1,106 61
- -
5.2 0.0
3 months ago 8 months ago
MDX JavaScript
BSD Zero Clause License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gatsby-starter-minimal-blog

Posts with mentions or reviews of gatsby-starter-minimal-blog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-16.
  • In July I had migrated to Gatsby4 - it's all slow now
    4 projects | /r/gatsbyjs | 16 Oct 2021
    I think this article is misleading. Gatsby 4 wasn't available in July yet and the article itself explains updating my starter: https://github.com/LekoArts/gatsby-starter-minimal-blog
  • Why I joined the "Blogging for Devs" course
    1 project | dev.to | 7 Mar 2021
    on my perfectionism - I haven't found a theme that would match my expectations and that it would be flexible enough to edit it to my taste. I have tried to start with minimal-blog (I struggled a bit with customization) and then with novela (I wanted something more simple and performant - maybe their memoir theme would be better, but in time of writing this post, it is not yet released).

rick-and-morty-api-site

Posts with mentions or reviews of rick-and-morty-api-site. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • Does anybody know the API documentation tool used to build the Rick and Morty API?
    4 projects | /r/webdev | 11 Apr 2023
    Specifically looks like hand-rolled docs using Gatsby https://github.com/afuh/rick-and-morty-api-site/tree/fd7a1c1a32e42ac6be7c6ffaeea8d1b29c05d2da/src
    2 projects | /r/AskProgramming | 11 Apr 2023
  • Como usar Fetch API para buscar dados de uma API
    2 projects | dev.to | 14 Feb 2023
  • Decidi aprender programação sozinho
    1 project | /r/brasil | 28 Jan 2023
  • Should I use ServerSideProps or StaticProps in this case?
    2 projects | /r/nextjs | 10 Jan 2023
    The external API that I'm using is the Rick and Morty API. I know that there is a freeCodeCamp tutorial using this same API and teaching Next, but I want to dive a little bit deeper and understand some topics that the article does not cover.
  • Introduction to React Suspense
    5 projects | dev.to | 27 Dec 2022
    import React, { useEffect, useState, useTransition } from 'react'; import { Link } from 'react-router-dom'; import Loader from '../Components/Loader'; import { Pagination } from '../Components/Pagination'; function Home() { const [data, setData] = useState({}); const [isLoading, startTransition] = useTransition(); const fetchCharacters = async (page?: number) => { const response = await fetch( `https://rickandmortyapi.com/api/character?page=${page}` ); const parsedData = await response.json(); startTransition(() => { if (response.ok) setData(parsedData); }); }; useEffect(() => { fetchCharacters(1); }, []); const { results, info } = data; const onPageChange = (pageNumber: number) => { fetchCharacters(pageNumber); window.scrollTo({ top: 0, behavior: 'smooth', }); }; return ( Rick And Morty {!isLoading ? ( <> {results?.map((datas: any) => { const { id, name, species, gender, origin, location, image, episode, } = datas; return ( {name ? Name: : null} {species ? Species: : null} {gender ? Gender: : null} {origin.name ? Origin: : null} {location.name ? Location: : null} {name ? {name} : null} {species ? {species} : null} {gender ? {gender} : null} {origin.name ? {origin.name} : null} {location.name ? {location.name} : null} ); })} {info ? ( ) : null} ) : ( )} ); } export default Home;
  • Create a custom debounce Hook in React
    2 projects | dev.to | 23 Nov 2022
    export async function getCharacter(value) { const data = await fetch( `https://rickandmortyapi.com/api/character/?name=${value}` ) const response = await data.json() if (response === undefined || response.error) { throw new Error(`HTTP error! status: ${response.error}`); } return response }
  • Senior developers, how did you start and how to improve?
    2 projects | /r/learnprogramming | 9 Nov 2022
    There are so many APIs you can use to write a client on: https://rickandmortyapi.com/ as an example. If you want to stick to using a cli app you can try use a TUI library to make it more slick. For images you can convert them to ascii art
  • Is there the Sopranos API?
    1 project | /r/thesopranos | 2 Nov 2022
    I wanted to check if there is something similar to this . Just to practice react query and maybe expand it a bit. Not to use it for portfolio or try to get a job with it. While reading about react query I thought it would be good to practice it with sopranos api
  • Nuxt 3, Apollo GraphQL, TailwindCSS Crash Course
    4 projects | dev.to | 16 Oct 2022
    Rick and Morty API -> https://rickandmortyapi.com/

What are some alternatives?

When comparing gatsby-starter-minimal-blog and rick-and-morty-api-site you can also consider the following projects:

cloudflare-docs - Cloudflare’s documentation

fake-store-api - FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data

rockylinux.org - The official website of the Rocky Linux project.

gatsby-starter-lumen - A constantly evolving and thoughtful architecture for creating static blogs with Gatsby.

gatsby-blog-mdx - A ready-to-use, customizable personal blog with minimalist design

react-search-bar - React Live Search Bar. Search the Rick & Morty Api. This is a project to my Youtube video.

mdx-deck - ♠️ React MDX-based presentation decks

Gatsby - The best React-based framework with performance, scalability and security built in.

gatsby-starter-portfolio-minimal - A Gatsby Starter to create a clean one-page portfolio with Markdown content.

Reactive-Resume - A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

gatsby-themes - Get high-quality and customizable Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options.

tailwindcss - Tailwind CSS module for Nuxt