jbolthouse / svelte-dotnet-reactive

A project to present full reactivity in a Svelte, .NET, ReactiveX stack.
MIT License
1 stars 0 forks source link

svelte-dotnet-reactive

A project to present full reactivity in a Svelte, .NET, ReactiveX stack.

Goals

Frameworks like Firebase and Meteor do a lot to create reactivity to mutations in data. What if we were able to build a stack that had the flexibility to do the same, but with a stack of technologies that was fairly modular.

  1. The technologies should be reactive through all layers.
  2. The code and implementation should be as functional as possible.
  3. --Will come up with more--

Technologies

Authentication and Authorization

Since the goal here is not to hammer out cool or best ways to authenticate, initially, we will just use a dead simple cookie, and then use that with the EF provider to pull in the cliams and context for the applications routes and graphql perms. As simple as possible, but no simpler. This all sounds good in my head, but once I dig in, it might need some rework.