Sutil is using Feliz.Engine for providing an HTML DSL.
The problem is that Feliz.Engine, is not maintained anymore and @alfonsogarciacaro is the only person that has access to the NuGet package.
This is a problem because Feliz.Engine has a few missing API:
I think Sutil should look how to upgrade in the future. I see 2 solutions:
- Fork Feliz.Engine
- Look into F# existing HTML DSL (there are quite a few 😅) and see if it is possible to re-use an existing one. Or perhaps, if Sutil or the existing HTML DSLs are flexible enough people could use their preferred one to minimise the maintenance.
Sutil is using Feliz.Engine for providing an HTML DSL.
The problem is that Feliz.Engine, is not maintained anymore and @alfonsogarciacaro is the only person that has access to the NuGet package.
This is a problem because Feliz.Engine has a few missing API:
I think Sutil should look how to upgrade in the future. I see 2 solutions: