-
#### Proposal
```js
// OLD:
O({ layoutEnabled: O( x => !x ), loggedIn: false })
// NEW:
O({ layoutEnabled: x => !x, loggedIn: false })
```
The primary use case of `O` is for state manag…
-
# Why?
Having an append-only log is _incredibly_ useful in _way_ more situations than most people _realise_.
Anywhere you would need **_accountability_ in data** is an _excellent_ candidate for *…
-
We get at _least_ one message like this per day:
![image](https://user-images.githubusercontent.com/194400/41224882-665bef46-6d65-11e8-93cb-4e2713f5ba4b.png)
I usually just `delete` it but it takes …
-
The dependency on jQuery is largely unnecessary, and this library would be much smaller and even more performant if it were to find more specialized tools to implement the features that jQuery current…
-
This has already been discussed a bit at https://github.com/dhall-lang/dhall-haskell/issues/244, but I want to bring this up again.
I'd like it if `dhall format` preserved my intent to lay out an e…
-
I like the idea. Could you describe in the readme how to get started? Perhaps you could add an example project?
-
React provides the notion of implicitly allowing a child component to store state (using the `setState` functionality). However, it is not just used for business logic state. It is also used to rememb…
-
Hi,
Thanks for your work, it looks awesome.
is there any tutorial to start with ? how to build the platform..
Thanks,
Nelson
-
It's 2016 and we use a library that is decent but isn't well known or actively maintained. We should consider moving to React (my personal candidate, feel free to suggest yours) and Bootstrap 3. Note …
-