-
In the README it mentions that this ever-differently named project supports JSX. In fact it does not.
Here's an example using the default `h` function:
```javascript
function Title(message) {
…
-
Which want do we want?
```js
app({
state,
view,
actions,
container|root
})
```
**VS**
```js
app(
{
state,
view,
actions
},
container
)
```
Revival o…
-
按教程(https://github.com/waylybaye/HyperApp-Guide/blob/master/zh/proxy/get-started.md )先点按脚本开启BBR,显示 done、Shell closed 后关闭窗口。之后一直无法连接,即使重头再来也是卡在这一步,无法进行下一步。
-
## Version **7.1.6** of [serve](https://github.com/zeit/serve) was just published.
Branch
Build failing 🚨
Dependency
serve
…
-
## Version **3.0.7** of **[webpack-cli](https://github.com/webpack/webpack-cli)** was just published.
Branch
Build failing 🚨
Dependency
…
-
## Version **8.5.1** of [autoprefixer](https://github.com/postcss/autoprefixer) was just published.
Branch
Build failing 🚨
Dependency
…
-
...in some 3.x point release, in favor of plain `href`, and remove in v4 when Safari 9 dies off.
https://github.com/hyperapp/hyperapp/pull/211#issuecomment-313247520
-
When routes aren't found is there a way to define a catch all route ```"*"``` in the router?
I want to handle 404 pages for any routes or sub-routes not defined in my application.
So if someone …
-
The following example illustrates the issue:
```jsx
const Button = ({label}) =>
{label}
;
const view = () =>
;
```
The rendered output (in Chrome, macOS High Sierra)
```html…
-
I'm bringing #294 back from the dead!
Now that we have state slice and modules, I thought it was kinda awkward module views are hard to use.
Introducing views!
https://gist.github.com/Pyrolis…