[轉]Facebook Like Chat Application using React JS, PHP and jQuery
http://www.codedodle.com/2015/04/facebook-like-chat-application-react-js.html
[轉]Whatever happened with react-canvas? Why hasn’t it taken off?
@cheapsteak, I'd love to use React Canvas for my entire app. Its so much more performant, especially for swiping and animations. But the reason I decided not to use it is
(1) accessibility and
(2) inputs.
You can't select/highlight text or copy/paste.
You can't tab through input fields.
You can't access the camera.
Browsers are designed with all kind of quirks. You can't pull up the camera on mobile without an <input type="file" capture/> element, and you can't put HTML elements inside a canvas.
I didn't want to spend so much time building input fields and dealing with another layer of browser quirks so I gave up on the fantasy
I didn't want to spend so much time building input fields and dealing with another layer of browser quirks so I gave up on the fantasy
訂閱:
文章 (Atom)