TrackableEntities / TrackableEntities.Express.Home

TrackableEntities.Express is a re-write of the Trackable Entities project that includes both C# and JavaScript client and server libraries with support for EF7 (Entity Framework for .NET Core) and possibly some NoSQL persistence frameworks.
MIT License
1 stars 1 forks source link

[Design Goals] Support for immutable types #10

Open tonysneed opened 8 years ago

tonysneed commented 8 years ago

Issue for discussing [Design Goals] Support for immutable types

tonysneed commented 8 years ago

Here are two articles which discuss the use of immutable types for change detection in modern JavaScript frameworks such as Ember, React and Angular 2: