Skip to content

SAFE-Stack/SAFE.Utils

Repository files navigation

SAFE.Utils

SAFE.Utils provides essential utilities for building SAFE applications. It's distributed as two NuGet packages:

  • SAFE.Client.Utils - Utilities for client-side code NuGet

  • SAFE.Server.Utils - Utilities for server-side code NuGet

While designed to work together in SAFE applications, each package can be used independently in F# applications.

Features

The included functionalities are:

SAFE.Client.Utils

  • Types to represent remote data on the front end, and Elmish messages deal with remote requests
  • Functions that help you get started with Fable.Remoting

SAFE.Server.Utils

  • Functions that help you get started with Fable.Remoting

Installation

// In your client project
dotnet add package SAFE.Client.Utils

// In your server project
dotnet add package SAFE.Server.Utils

If you have any questions, please open an issue on the GitHub repository

About

Utilities for SAFE apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages