What's your frontend workflow with razor pages?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • BundlerMinifier

    Visual Studio extension

  • As for bundling/minification, in simple cases you can use BundlerMinifier (if you only have some plain js and css files). If you want more like CSS-preprocessing (LESS/SCSS), you can find more advanced libraries.

  • bundling

    A library for optimizing and bundling web assets of ASP.NET Core applications.

  • I happen to be the author of such a library. The project contains a fully set up template for RazorPages, which use LibMan, SCSS and ES6 module bundling. It can bundle your assets at build-time (à la webpack) or at run-time (like the bundler of the classic ASP.NET). I find the latter usually more convenient.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • RazorSvelte

    Template project for the .NET Razor Pages with Svelte Framework, Bootstrap, and Rollup

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts