Giter Site home page Giter Site logo

bocoup_revamp_spike's Introduction

Bocoup Revamp Spike

Introduction

This repo provides insight into different potential heads for a headless cms. These frontends can come as static site generators, server side renderers, or a site builder from the headless cms itself.

The Frontends

11ty

A static site generator that you configure with it's config file, and then code however you would like. https://www.11ty.dev/

Astro

A framework that's created an ecosystem that can function with anything. Essentially you can have react compoenents, svelte components, Vue components, vanilla html and js - all in the same project without any issue or complications. It has it's own templating language that can be used within .astro files. https://astro.build/

NextJS

A framework that was created to handle complicated react configs for you. An SSR or SSG multi-page framework for React. https://nextjs.org/

Wordpress

A website builder that can be utilized to just be a headless cms or also be a website host. Comes with it's own built in plugins, themes, and editors created for you. https://wordpress.com/

Concluding Remarks

Regardless of what frontend is chosen, it's imperative that an editor system is in place as well. In this regard, any existing editor systems like wordpress have already done the work of that implementation.

That being said, the security and plugin management of wordpress are points of concern. As well as, its ease in overhead coming with the caveat of difficulty in customizations.

The other frameworks mentioned above do not come with editor systems already built in, but do have packages/plugins that can be used to create an editor system for them as well. The chosen frameworks are based around javascript and html foundations and are on a spectrum of overhead. 11ty provides no overhead, and is a completely manually customized process through configs. NextJS provides routing and multi-page functionality for react projects, but comes with its own issues on top of reacts existing issues. Astro provides an overhead for site generation and everything else is completely customizeable, but it is still on it's first official release.

It should be noted that all the frameworks listed here can still implement a wordpress-esque editor with packages like the following one: https://www.npmjs.com/package/@wordpress/block-editor

Based upon the scorecards in the respective folders themselves, the final rankings come out to:

  1. Astro (with the caveat of us having to build in an editor system)
  2. Wordpress (for its editor system)
  3. 11ty & NextJS (they both balanced out each others cons, but respectively were still not ideal)

bocoup_revamp_spike's People

Contributors

aleenaloves avatar evmiguel avatar

Stargazers

aliakbar motallebi avatar

Watchers

 avatar  avatar

Forkers

evmiguel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.