react icon indicating copy to clipboard operation
react copied to clipboard

MOVED TO https://github.com/myitcv/x/blob/master/react/_doc/README.md

Results 16 react issues
Sort by recently updated
recently updated
newest added

I am trying to use Sortable from within React. The instructions state: ``` npm install sortablejs --save ===== and then: item 1 item 2 item 3 var el = document.getElementById('items');...

I ran the Hello world example/tutorial with `age` state. In the React Developer Tools it doesn't elegantly show the state as it does for a "normal" react applications. It's hard...

materializecss is prob the number 1 alternative to bootstrap. It's 100% jquery free too. https://materializecss.com/

``` // Equals must be defined because struct val instances of TodoAppState cannot // be compared. It is generally bad practice to have mutable values in state in // this...

Hello There. I built the HelloWorld app by navigating to %GOPATH%/src/example.com/helloworld and executing `reactGen -init bootstrap`. I then kicked off the HTTP server with `gopherjs serve`. It started with the...

Is there a reason why this event isn't mapped ? What is the way to create Ajax Form then ? (i.e: prevent the default submit post-refresh thing) Thanks

After reading the examples of import external Javascript library. I have found out that all example is so simple. Just import global function from javascript declare in go. https://github.com/myitcv/highlightjs https://github.com/myitcv/remarkable...

I tried to write tests in combination with this package. I tired with this minimal file (react_test.go): ``` package testreact import ( "testing" _ "myitcv.io/react" ) func TestReact(t *testing.T) {...

See https://github.com/gopherjs/gopherjs/pull/669

First off, kudos on this library. When considering this library over vecty ... it was an easy decision. Vecty has created a fat layer making it hard to understand and...