plainblack / Lacuna-Web-Client

The pure javascript client for The Lacuna Expanse.
http://www.lacunaexpanse.com
Other
31 stars 37 forks source link

Use Immutable.js to improve performance #194

Closed nataliethistime closed 8 years ago

nataliethistime commented 8 years ago

Immutable.js is a library for improving performance and understandability of state management by making things immutable. I believe this would help a lot as we do a lot of manipulating objects on place and it can be messy.