Skip to content

Get Started

WebShrine Stdlib is a powerful library that provides a wide range of functions, types etc., following most used practices

Introduction

Goals:

  • To be a modern replacement for legacy libraries such as lodash
  • Focus on performance, but without sacrificing Developer Experience
  • Systematization of functions, types and terminology from different practices
  • Simple examples based on real cases to quickly understand the benefits
  • Low entry threshold, by reusing terms from well-known libraries and migration guides

Installation

Common usage

bash
npm i webshrine

It bundles @webshrine/stdtyp, @webshrine/stdlib and @webshrine/stdfmt packages

Only types usage

bash
npm i -D @webshrine/stdtyp

Types and core usage

bash
npm i -D @webshrine/stdtyp
npm i @webshrine/stdlib