Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r7-labs/r7.dnn.extensions.react
- Owner: r7-labs
- License: lgpl-3.0
- Created: 2017-06-22T08:06:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T17:49:36.000Z (over 2 years ago)
- Last Synced: 2025-01-04T04:46:00.994Z (about 1 month ago)
- Topics: c-sharp, dnn, dotnetnuke, lgplv3, nuget, react
- Language: C#
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)