-
Add an "on Enter key" event to the data input field, so that pressing Enter sends data. Right now one has to press Tab then Enter (to focus and use the Send button), which is annoying.
-
Is Redux something that would be useful to add to React week and if so where would we want to put it?
sofer updated
6 years ago
-
Current `Action` implementation leads to code like this
```swift
struct MyAction: Action {
func updatedState(currentState: State) -> State {
guard var state = currentState as? AppState else …
-
There was a lot of discussion regarding sub-components in #2 and #73 already.
I was wondering how should one go about creating **a reusable select box**. There is a lot of state involved that does …
-
First of all I apologize if this ain't the right platform to ask this question. I'm usually not a big fan of single page apps style of components so I like controlling my routes through the server and…
-
About class components (https://github.com/jorgebucaran/superfine/issues/134), I was thinking, what if we could do something like this?
```jsx
import { h, Super, patch } from "superfine"
class …
-
```
>>> Emerging (1 of 2) dev-lang/elm-reactor-0.18.0::haskell
* elm-reactor-0.18.0.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... …
-
I'd like to use both this package as well as [`elm-lang/mouse`](http://package.elm-lang.org/packages/elm-lang/mouse/latest) for [`Mouse.clicks`](http://package.elm-lang.org/packages/elm-lang/mouse/1.0…
-
...compiled with GIT version of EFL. Just white background in the working area, no text.
-
Board|MCU|State|To-Do
-|-|-|-
8-Bit AVR boards, RAMPS, etc.|Arduino AVR|💚good|
Due, RAMPS FD (v2.A!), etc.|SAM3X8E|💚good|
Duet Wifi + X5|SAM3X8E|❓unknown|E3D Toolchanger on hand
Duet 2 Maestro|SA…