next13-blog-starter

By garrett-huggins

Next13-blog-starter Alternatives

Similar projects and alternatives to next13-blog-starter

  • Next.js

    The React Framework

  • date-fns

    ⏳ Modern JavaScript date utility library ⌛️

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • remark

    markdown processor powered by plugins part of the @unifiedjs collective (by remarkjs)

  • gray-matter

    Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert

  • remark-html

    plugin to add support for serializing HTML

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better next13-blog-starter alternative or higher similarity.

next13-blog-starter reviews and mentions

Posts with mentions or reviews of next13-blog-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-14.
  • NextJS 13 Blog Starter
    6 projects | dev.to | 14 Nov 2022
    // components/Navbar.tsx import Link from "next/link"; export default function Navbar() { return (
    • HomeNavLink> li>
    • BlogNavLink> li>
    • Github NavLink> li> ul> nav> div> ); } type NavLink = { href: string; children: React.ReactNode; }; const NavLink = ({ href, children }: NavLink) => { return ( {children} Link> ); };

Stats

Basic next13-blog-starter repo stats
1
10
10.0
over 1 year ago

garrett-huggins/next13-blog-starter is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of next13-blog-starter is TypeScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com