atomicojs / atomico

Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
https://atomicojs.dev
MIT License
1.15k stars 43 forks source link

1.62.0, New context API and type-level improvements #87

Closed UpperCod closed 2 years ago

UpperCod commented 2 years ago
  1. rewrite Atomico virtualDOM and hook types for better internal maintainability: Now Atomico's internal api shares the exposed type api, which improves maintainability as they are now directly related.
  2. Now the pipeline before test validates Atomico typing internally, externally and tsx through Typescript.
  3. Add context as part of the core.