# Conformance for Frameworks

> Clean Markdown view of GeekNews topic #4451. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4451](https://news.hada.io/topic?id=4451)
- GeekNews Markdown: [https://news.hada.io/topic/4451.md](https://news.hada.io/topic/4451.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-16T09:33:44+09:00
- Updated: 2021-06-16T09:33:44+09:00
- Original source: [web.dev](https://web.dev/conformance/)
- Points: 6
- Comments: 1

## Topic Body

- 웹앱들의 사용자 경험 개선을 위해 웹 프레임워크에 Best Practices 들을 자동화 하고 적용할 수 있게 하는 시스템

- 3가지 원칙

ㅤ→ Strong Defaults : 강력한 기본값을 적용해서 올바른 작업들을 쉽게 수행하고, 안티 패턴을 따르지 않도록

ㅤ→ Actionable Rules : 최적화하는데 개발자의 결정이 관여되면 계속 변화되는 Best Practices를 따라갈 수 없게 됨. 개발자가 계속 변경 하더라도 특정 표준을 지키도록 하는 적절한 실행 규칙이 중요

ㅤ→ Authoring Time : 프레임워크 개발 초기부터 성능문제를 포착하고 배제

- Next.js 팀과 깊숙이 협동해서 정적 코드분석과 동적 체크를 도입

ㅤ→ ESLint, TypeScript, WebPack, CSS Tooling..

- Aurora 프로젝트

## Comments



### Comment 5453

- Author: xguru
- Created: 2021-06-16T09:33:49+09:00
- Points: 1

Aurora - 크롬과 오픈소스 웹프레임워크 & 도구 들의 협업 프로젝트 https://news.hada.io/topic?id=4450
