Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsuryd/dotNetify-react-template
Real-time React SPA template using dotNetify.
https://github.com/dsuryd/dotNetify-react-template
aspnet csharp dashboard-templates dotnet react websockets
Last synced: 23 days ago
JSON representation
Real-time React SPA template using dotNetify.
- Host: GitHub
- URL: https://github.com/dsuryd/dotNetify-react-template
- Owner: dsuryd
- License: apache-2.0
- Created: 2017-03-12T17:15:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T23:17:38.000Z (over 2 years ago)
- Last Synced: 2024-11-25T19:45:16.275Z (26 days ago)
- Topics: aspnet, csharp, dashboard-templates, dotnet, react, websockets
- Language: Vim script
- Homepage: https://dotnetify.net/react
- Size: 7.7 MB
- Stars: 203
- Watchers: 26
- Forks: 57
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DotNetify React Templates
DotNetify is a [free, open source project](https://github.com/dsuryd/dotNetify) that lets you create real-time, reactive, cross-platform apps with React, React Native, or Knockout front-end on C# .NET back-end via WebSocket.
### React Template
This is a full React SPA template for ASP.NET 6 featuring:
- Reactive, real-time dashboard page.
- Edit form + CRUD table pages.
- Login page with JWT bearer token authentication.
- UI components from [Material-UI](https://material-ui.com/).
- Routing with deep links.
- [OpenID Connect/OAuth2](https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server) authentication server.### Micro-Frontend Template
Reference implementation of micro-frontend [as described here](https://dotnetify.net/core/mfe).