SAFE.Utils provides essential utilities for building SAFE applications. It's distributed as two NuGet packages:
While designed to work together in SAFE applications, each package can be used independently in F# applications.
The included functionalities are:
- 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
- Functions that help you get started with Fable.Remoting
// 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