Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r7-labs/r7.dnn.extensions.react

Library for DNN Platform web CMS extensions development with ReactJS.NET
https://github.com/r7-labs/r7.dnn.extensions.react

c-sharp dnn dotnetnuke lgplv3 nuget react

Last synced: 26 days ago
JSON representation

Library for DNN Platform web CMS extensions development with ReactJS.NET

Awesome Lists containing this project

README

        

# R7.Dnn.Extensions.React

[![R7.Dnn.Extensions.React on NuGet.org](https://img.shields.io/nuget/v/R7.Dnn.Extensions.React.svg)](https://www.nuget.org/packages/R7.Dnn.Extensions.React)

*R7.Dnn.Extensions.React* is a library for DNN Platform web CMS extensions development which allow you to utilize
[ReactJS.NET](https://reactjs.net/) for server-side and client-side rendering in MVC and WebForms-based extensions as well.

Visit our [wiki](http://github.com/roman-yagodin/R7.Dnn.Extensions.React/wiki) for setup instructions and samples.

## License

[![LGPLv3](http://www.gnu.org/graphics/lgplv3-147x51.png)](http://www.gnu.org/licenses/lgpl.txt)

The *R7.Dnn.Extensions* library is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.

## Links

- [NuGet repository](https://www.nuget.org/packages/R7.Dnn.Extensions.React)
- [ReactJS.NET repository](https://github.com/reactjs/React.NET)
- [JavaScriptEngineSwitcher repository](https://github.com/Taritsyn/JavaScriptEngineSwitcher)