arch-js / arch

Web application framework for React by Red Badger
BSD 3-Clause "New" or "Revised" License
170 stars 13 forks source link

[Ready] Isomorphic form processing #17

Closed charypar closed 9 years ago

charypar commented 9 years ago

This will implement the isomorphic form processing as naturally as possible.

See #1 and redbadger/react-fw-app#10

To-do

tabazevedo commented 9 years ago

After reading it through, my confusion was clarified. It will be strange using React without requiring it but I'll live with it for the sake of progress! Merging.

charypar commented 9 years ago

@tabazevedo this was necessary, unfortunately. All the injections in server-rendering.ls need to happen on the same instance of React the app is using.

And there is a much deeper issue with that reported in React where multiple instances are created by each package depending on React...