Skip to content

This is an open source e-commerce checkout using Next to demonstrate an opinionated architecture pattern for creating maintainable and scaleable checkout solutions.

Notifications You must be signed in to change notification settings

BenSeward/next-checkout

Repository files navigation

🛍 Next Checkout

Introduction

This is a simple checkout demonstrating simple architecture patterns to build a production ready checkout. Inspired by Bulletproof React and Hexagonal architecture.

Table of Contents

Technical Decision Record

Why did I choose Zustand?

Within a checkout it is likely we will have state that will want to be shared across multiple levels, nd modified frequently. Whilst Context was a consideration, it is my opinion that Zustand will do a better job at updating state frequently. As well as this I think the developmet experience would be better. This is open for discussioin.

About

This is an open source e-commerce checkout using Next to demonstrate an opinionated architecture pattern for creating maintainable and scaleable checkout solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published