Skip to content

Commit

Permalink
Remove outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Mar 22, 2018
1 parent a228d74 commit 0ac5fd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ const TodoList = ({ todos, toggle }) =>

Components can only receive attributes and children from their parent component. Similarly to the top-level view function, lazy components are passed your application global state and actions. To create a lazy component, return a view function from a regular component.

Available from version 1.2

```jsx
import { h } from "hyperapp"

Expand Down

0 comments on commit 0ac5fd3

Please sign in to comment.