Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
dependabot[bot] 741f5f2407
chore(deps): bump follow-redirects from 1.14.7 to 1.14.9
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-25 16:31:21 +00:00
.github/workflows Update reference to lhci CLI 2021-05-19 21:30:48 +01:00
docs Method can be ommited from bind defaulting to handleEvent 2022-01-28 17:32:18 +00:00
src Move custom elements upgrade call to core 2022-02-25 15:23:49 +00:00
test Use root HTML fixture in all controller tests 2022-02-25 15:22:47 +00:00
.eslintrc.json style(import/extension): always require extension 2021-02-26 13:00:18 +00:00
.gitignore Remove the references page from docs 2021-03-29 10:02:01 +01:00
.nvmrc chore: add nvmrc 2020-03-24 14:34:29 +00:00
CODEOWNERS Update CODEOWNERS 2021-01-21 14:59:37 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-10-26 15:02:13 +00:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-26 15:01:29 +00:00
LICENSE Create LICENSE 2020-03-13 12:13:42 +00:00
README.md Link to definition of Web Components 2021-02-18 09:45:16 +00:00
SECURITY.md Create SECURITY.md 2020-10-26 15:06:03 +00:00
lighthouserc.json Change start server pattern 2021-05-19 21:41:56 +01:00
package-lock.json chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 2022-02-25 16:31:21 +00:00
package.json 1.3.0 2022-02-25 16:29:55 +00:00
tsconfig.json chore: drop useless rootDir option 2020-06-19 14:25:44 +01:00

README.md

Catalyst

Catalyst is a set of patterns and techniques for developing components within a complex application. At its core, Catalyst simply provides a small library of functions to make developing Web Components easier.

For more see the Catalyst Website which includes a Guide To using Catalyst.