Skip to content

Commit

Permalink
- update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketlaunchr-cto committed Dec 16, 2019
1 parent e8c716b commit 7459f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The examples can be [found here](https://github.com/rocketlaunchr/react/tree/mas
- Use int instead of (u)int8/16/32/64
- Use float64 instead of float32
- Avoid importing `fmt` at all costs (including indirectly).
- Avoid importing `net/http` for http requests (including indirectly). Use [gopherjs-xhr](github.com/rocketlaunchr/gopherjs-xhr) instead.
- Avoid importing `honnef.co/go/js/dom` if possible.
- Use **react.JSFn()** and use native javascript functions as much as possible.
- https://github.com/gopherjs/gopherjs/wiki/JavaScript-Tips-and-Gotchas
- See if [jsgo](https://github.com/dave/jsgo) is appropriate for your web-based project.
Expand Down

0 comments on commit 7459f2f

Please sign in to comment.