Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
Keith Cirkel 4b533ba4b1
1.1.0
2021-01-25 16:13:48 +00:00
.github/workflows feat: Ignore 'reference.json' (#94) 2020-12-10 19:18:48 -05:00
docs docs(attrs): fix wording 2021-01-21 17:47:14 +00:00
src Merge pull request #106 from github/optimize-memory-for-bind 2021-01-25 15:47:02 +00:00
test Merge pull request #106 from github/optimize-memory-for-bind 2021-01-25 15:47:02 +00:00
.eslintrc.json chore: remove everything outside of catalyst folder 2020-06-12 15:47:41 +01:00
.gitignore feat: Ignore 'reference.json' (#94) 2020-12-10 19:18:48 -05: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 Update README.md 2020-10-29 09:38:40 -05:00
SECURITY.md Create SECURITY.md 2020-10-26 15:06:03 +00:00
lighthouserc.json feat: Support light and dark color schemes (#91) 2021-01-04 12:04:00 -05:00
package-lock.json 1.1.0 2021-01-25 16:13:48 +00:00
package.json 1.1.0 2021-01-25 16:13:48 +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.