Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

JSViewComponents

JSViewComponents is an extension of standard ASP.NET Core View components which allows to easily create components with added JavaScript/TypeScript functionality for ASP.NET projects.

LIVE DEMO

What this is:

  • a way to extend the natural solution for ASP.NET MVC visual components (View components) with your custom components and additional JavaScript/TypeScript
  • server rendered (no SEO problems; quick browser rendering)

What this is not:

  • not another heavy JS framework of browser-rendered library components
  • not dependent on external libraries or polyfills

This solution includes two projects:

JSViewComponents

JSViewComponents library; can be referenced as a Visual Studio project, or as a NuGet package.

JSViewComponents.Demo

Example of a MVC project using (and extending) JSViewComponents.

Credits

This project has been created by jordisan, partially based on a reusable components library

About

An extension of standard ASP.NET Core View components which allows to easily create components with added JavaScript/TypeScript functionality for ASP.NET projects.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.