Skip to content

Commit

Permalink
Merge pull request #557 from mreq/master
Browse files Browse the repository at this point in the history
Add Slack info to README
  • Loading branch information
trueadm committed Dec 11, 2016
2 parents 3ec6f16 + df8e038 commit d92394e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -452,6 +452,10 @@ Potential solutions including using the [es5-shim](https://github.com/es-shims/e

Inferno wants to always deliver great performance and in order to do so, it has to make intelligent assumptions about the state of the DOM and the elements available to mutate. Custom namespaces conflict with this idea and change the schema of how different elements and attributes might work; so Inferno makes no attempt to support namespaces. Instead, SVG namespaces are automatically applied to elements and attributes based on their `tag name`.

## Community

There is an [Inferno Slack](https://infernojs.slack.com). You can join via [inferno-slack.herokuapp.com](https://inferno-slack.herokuapp.com).

### Inferno is supported by BrowserStack

<img src="http://infernojs.org/browserstack.svg" height="50px" alt="Supported by Browserstack" />

0 comments on commit d92394e

Please sign in to comment.