Skip to main content

48 docs tagged with "tech-stack"

View all tags

🔍 Triage

This is a list of libraries that need evaluation. They either fulfill a very niche purpose or haven't been tried out and battle-tested inside Aliz, but could be interesting.

Angular

Not our default choice. We recommend React for most projects.

Bower

Do not use for new projects. Use npm instead.

Docusaurus

You are reading this on Docusaurus. The configuration, sidebar structure, and MDX patterns used throughout this site are all live examples of what you can build.

Jest

Not our default choice. We recommend Vitest for most projects.

Legacy Redux

This page covers legacy Redux patterns — hand-written action constants, manual reducers, connect() HOCs, and vanilla middleware chains. These patterns are discouraged for new projects and new feature work, though existing legacy Redux codebases may still need maintenance or incremental migration.

MobX

Not our default choice. We recommend Zustand for most projects.

Moment.js

Do not use for new projects. Use Luxon as the default replacement. date-fns is an alternative when only a few utility functions are needed. The native Temporal API is an option for projects targeting modern browsers only (~69% global coverage as of May 2026); use @js-temporal/polyfill everywhere else.

Svelte

Not our default choice. We recommend React for most projects.

Vue

Not our default choice. We recommend React for most projects.

Webpack

Do not use for new projects. Use Vite instead.