noidedmedia / Fiction-Dock

A place for ships and other fan fiction.
http://www.fictiondock.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

React for the Stories form #30

Closed connorshea closed 9 years ago

connorshea commented 9 years ago

The story form is currently kind of a mess, here goes an attempt at fixing it...

Notes:

connorshea commented 9 years ago

https://github.com/dahjelle/Programming-Worksheets/blob/master/React.js/IntroductoryReact.markdown

connorshea commented 9 years ago

A fun bug I ran into with Chrome/React: ReactJS: Synthetic Mouse Event Properties Null

Fixed using event.persist();.

connorshea commented 9 years ago

Fixed in #54