muigai-mwaura / sharpbinding-todomvc

Source Code For Medium Article
3 stars 0 forks source link

JSON is now available #1

Open ericop opened 6 years ago

ericop commented 6 years ago

Loved your article https://hackernoon.com/how-to-write-a-sophisticated-spa-todomvc-using-c-df81ea50f4e0 on hackernoon/

You mentioned in the notes

Implementation of persistence is not yet supported, as serialization of C# classes to JSON appears to be a work in progress in Bridge.NET. Will implement that and update the article as soon as support for JSON serialization is available.

Well looks like you got your wish 😃 https://github.com/bridgedotnet/Bridge.Newtonsoft.Json .

Thanks for your time on this @muigai-mwaura . It's really quite amazing to see how this can work in C# . Get's me all excited in a similar way the Blazor project does.

Muigai commented 6 years ago

Thank you. It's great to see that Bridge.NET is still going strong.