Skip to content

Commit da7d17b

Browse files
committed
Add integrations section to README
1 parent e681b6b commit da7d17b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ This function is asynchronous so you have time to do data fetching before you re
4242
## Environment
4343

4444
Your component file (and, optionally, your render file) are loaded in a node.js environment with Babel's [es2015](https://babeljs.io/docs/plugins/preset-es2015/) and [react](https://babeljs.io/docs/plugins/preset-react/) presets already installed. If you need additional code transforms to run (e.g. using webpack or Browserify) you should create your bundle first and tell react-stdio to load your bundle instead of the plain component file.
45+
46+
Additionally, since react-stdio uses the `stdout` stream for all program output, all writes your code makes to `process.stdout` (including `console.log` statements) are redirected to `process.stderr`.
47+
48+
## Integrations
49+
50+
- [Elixir/Phoenix](http://blog.overstuffedgorilla.com/render-react-with-phoenix/)
51+
52+
If you'd like to add an integration here, please contact [@mjackson](https://twitter.com/mjackson).

0 commit comments

Comments
 (0)