summaryrefslogtreecommitdiff
path: root/doc/development/new_fe_guide/development/index.md
blob: cee8e43ebadbcc788dec0f6add0dd95f2e9c5513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Development

## [Design patterns](design_patterns.md)

Examples of proven design patterns used in our codebase.

## [Components](components.md)

Documentation on existing components and how to best create a new component.

## [Accessibility](accessibility.md)

Learn how to implement an accessible frontend.

## [Network requests](network_requests.md)

Learn how to handle network requests in our codebase.

## [Security](security.md)

Learn how to ensure that our frontend is secure.

## [Performance](performance.md)

Learn how to keep our frontend performant.

## [Testing](testing.md)

Learn how to keep our frontend tested.