react-magic
react-magic copied to clipboard
Automatically AJAXify plain HTML with the power of React. It's magic!
Tried using `htmltojsx` with react native, got the following: ``` Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: CSSProperty Paths: /Users/bnns/projects/mobile-project/node_modules/htmltojsx/node_modules/react/lib/CSSProperty.js collides with /Users/bnns/projects/mobile-project/node_modules/react/lib/CSSProperty.js This error is caused...
i want to exclude html audio tag when the browser refresh so, it can keep playing :)
Awesome project! Just a question: given that this is React under the hood--how can one listen for changes in the DOM before mounted and after while using this library? This...
The following test fails, probably because it's fed to innerHTML. ``` it('should handle tr, td tags', function() { var converter = new HTMLtoJSX({ createClass: false }); expect(converter.convert('foo').trim()) .toBe('foo'); }); ```...
I tried the bookmarklet on http://cr.yp.to/ and it fails with this in the Chrome console: ``` Uncaught Error: Something bad happened when transforming HTML to JSX: ReferenceError: tt is not...