Rizzy 0.0.0-alpha.0.62

This is a prerelease version of Rizzy.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Rizzy --version 0.0.0-alpha.0.62
NuGet\Install-Package Rizzy -Version 0.0.0-alpha.0.62
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rizzy" Version="0.0.0-alpha.0.62" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rizzy --version 0.0.0-alpha.0.62
#r "nuget: Rizzy, 0.0.0-alpha.0.62"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rizzy as a Cake Addin
#addin nuget:?package=Rizzy&version=0.0.0-alpha.0.62&prerelease

// Install Rizzy as a Cake Tool
#tool nuget:?package=Rizzy&version=0.0.0-alpha.0.62&prerelease

<img src="https://jalexsocial.github.io/Rizzy/media/rizzy-logo.png?cache=bust1" width="600"/>

Rizzy MVC: Seamlessly blend the power of Razor Components with Asp.net and HTMX

Rizzy is a lightweight library that enhances Asp.net MVC applications by seamlessly integrating Razor components for UI development and working harmoniously with HTMX for progressive enhancement. With Rizzy, you can leverage the power of Razor components to create dynamic and interactive user interfaces while ensuring a smooth user experience through HTMX.

Documentation Site

For detailed documentation and examples, please visit the Rizzy Documentation Site.

Motivation

Razor Components vs. View Components

Traditional Asp.net MVC development often involves the use of View Components to create modular and reusable UI elements. While View Components serve their purpose, Razor Components offer several advantages:

  1. Code Reusability: Razor Components promote better code reuse by encapsulating both the UI and the code logic into a single component. This leads to cleaner and more maintainable code.

  2. Separation of Concerns: Razor Components follow a component-based architecture, separating concerns between UI and logic. This improves code organization and makes it easier to manage complex applications.

  3. Consistent Syntax: Razor Components use the same syntax as Razor views, making it easier for developers familiar with Asp.net MVC to transition and maintain a consistent coding style.

  4. Strongly Typed: Razor Components benefit from the strongly typed nature of C#, providing compile-time checking and improved developer productivity.

Why Rizzy?

Rizzy combines the strengths of Razor Components with the seamless integration of HTMX, offering a powerful solution for Asp.net MVC developers looking to enhance their applications with modern UI development practices.

Features

  • Razor Component Integration: Easily use Razor components within your Asp.net MVC views, enhancing the modularity and maintainability of your UI code.

  • HTMX Compatibility: Rizzy works effortlessly with HTMX, enabling progressive enhancement for your MVC applications. Make your web pages dynamic and interactive without compromising on performance.

  • Simplified Syntax: Rizzy simplifies the integration process, allowing developers to seamlessly blend Razor components and HTMX features into their existing MVC projects.

  • Efficient Development: Leverage the benefits of Razor Components for efficient and structured UI development, resulting in more maintainable and scalable applications.

Getting Started

To start using Rizzy in your Asp.net MVC project, follow these simple steps:

  1. Install the Rizzy NuGet package: Install-Package Rizzy

  2. Update your Startup.cs file to include Rizzy configuration:

    // Add this line to ConfigureServices method
    services.AddRizzy();
    
  3. Coming soon!

  4. Enjoy the benefits of Razor Components and HTMX in your Asp.net MVC application!

Contributions

Contributions are welcome! If you encounter any issues, have feature requests, or would like to contribute to Rizzy, please open an issue or submit a pull request.

Referenced Libraries

  1. Asp.net Client Validation - https://github.com/haacked/aspnet-client-validation

License

Rizzy is released under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.4 81 4/25/2024
1.2.2 112 4/2/2024
1.2.1 86 4/1/2024
1.2.0 84 4/1/2024
1.1.9 173 3/20/2024
1.1.8 99 3/19/2024
1.1.7 90 3/19/2024
1.1.6 104 3/19/2024
1.1.5 109 3/17/2024
1.1.4 86 3/15/2024
1.1.3 152 3/10/2024
1.1.2 98 3/10/2024
1.1.1 86 3/9/2024
1.1.0 97 3/9/2024
1.0.9 115 3/6/2024
1.0.8 85 3/6/2024
1.0.7 95 3/5/2024
1.0.6 120 3/1/2024
1.0.5 101 2/26/2024
1.0.4 85 2/25/2024
1.0.2 91 2/22/2024
1.0.1-alpha.0.2 49 2/22/2024
1.0.1-alpha.0.1 51 2/22/2024
0.0.0-alpha.0.65 57 2/22/2024
0.0.0-alpha.0.64 48 2/21/2024
0.0.0-alpha.0.63 60 2/21/2024
0.0.0-alpha.0.62 58 2/21/2024