Hydro components - update

Hi everyone! After getting positive feedback 2 months ago about Hydro, an open source library for creating stateful and reactive components in ASP.NET Core without writing JavaScript, I would like to give you an update of the current state.

Some of the features I've added:

  • Component based authorization
  • More ways of dispatching events
  • Support for dealing with unhandled exceptions on the components level
  • UI improvements
  • Bug fixes

Other important improvements:

Feel free to test and to give feedback. I'm very excited about Hydro, creating an application with it was really fun and very refreshing, so I hope some of you will feel the same! I made sure that adding it to an existing ASP.NET MVC / Razor Pages project is extremely easy.