Skip to content

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

Notifications You must be signed in to change notification settings

jordisan/JSViewComponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published