Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

File metadata and controls

30 lines (18 loc) · 1.16 KB

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