mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Merge pull request #6882 from andybalaam/remove-extra-word
This commit is contained in:
commit
a811df4786
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Code should be committed as follows:
|
||||||
* CSS: https://github.com/matrix-org/matrix-react-sdk/tree/master/res/css
|
* CSS: https://github.com/matrix-org/matrix-react-sdk/tree/master/res/css
|
||||||
* Theme specific CSS & resources: https://github.com/matrix-org/matrix-react-sdk/tree/master/res/themes
|
* Theme specific CSS & resources: https://github.com/matrix-org/matrix-react-sdk/tree/master/res/themes
|
||||||
|
|
||||||
React components in matrix-react-sdk are come in two different flavours:
|
React components in matrix-react-sdk come in two different flavours:
|
||||||
'structures' and 'views'. Structures are stateful components which handle the
|
'structures' and 'views'. Structures are stateful components which handle the
|
||||||
more complicated business logic of the app, delegating their actual presentation
|
more complicated business logic of the app, delegating their actual presentation
|
||||||
rendering to stateless 'view' components. For instance, the RoomView component
|
rendering to stateless 'view' components. For instance, the RoomView component
|
||||||
|
|
Loading…
Reference in a new issue