Backend and Frontend F# frameworks
Oxpecker is a library that initially served as a functional wrapper for ASP.NET Core Endpoint routing, evolving to provide fullstack capabilities with integrations for Htmx and Solid.js. It comprises a monorepo with comprehensive documentation in README.md files for each project. As of November 2024, Oxpecker stands out as the fastest .NET 8 web framework across various categories in the TechEmpower benchmark.
SolidJS is a declarative JavaScript library for building user interfaces, offering a reactive programming model for efficient updates. It stands out for its reactivity system that minimizes unnecessary re-renders and its small bundle size, making it a performant choice for developing lightweight and reactive web applications.