Skip to content

Instantly share code, notes, and snippets.

Description

A simple and powerful design

In recent versions of Angular, Modules have been removed, and signals have been introduced. It seems that Angular is following the steps from React.

Although React is a great framework, we can follow our path and make a far better framework instead of following its steps and lacking our own ideas.

In the following, I introduce a design, expected to be the simplest yet the strongest long-term design update for Angular.

Proposed solution