Refactor scripts (#2465)
* Refactor all kinds of scripts * Update docs to ensure linter passes
This commit is contained in:
parent
62172cbe08
commit
48e7fd1711
23 changed files with 1695 additions and 340 deletions
|
|
@ -193,7 +193,7 @@ JSX and hyperscript are two different syntaxes you can use for specifying vnodes
|
|||
|
||||
You can see the tradeoffs come into play in more complex trees. For instance, consider this hyperscript tree, adapted from a real-world project by [@isiahmeadows](https://github.com/isiahmeadows/) with some alterations for clarity and readability:
|
||||
|
||||
```js
|
||||
```javascript
|
||||
function SummaryView() {
|
||||
let tag, posts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue