Home Calculator Ball Animation Local Storage Time To Interactive

Local Storage

My first foray into JSInterop to see how easy it is to work with.

Turns out it is incredibly nice to use, calling JS APIs is quite simple and allows the user to add things to their localstorage.

I later created an organised C# API that reflects the LocalStorage API exactly.

I'm sure the need for me to build extensions in the future that are more performant and can make use of more expressive C#.

View on Github