mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
fix code style for ES6 classes
This commit is contained in:
parent
a53c1958eb
commit
8349ea4b0e
@ -149,7 +149,7 @@ ECMAScript
|
||||
|
||||
React
|
||||
-----
|
||||
- Use ES6 classes, although bear in mind a lot of code uses createClass.
|
||||
- Use React.createClass rather than ES6 classes for components, as the boilerplate is way too heavy on ES6 currently. ES7 might improve it.
|
||||
- Pull out functions in props to the class, generally as specific event handlers:
|
||||
|
||||
```jsx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user