Skip to content

How do I add a Nuget package to the Client?

Adding packages to the Client project is a very similar process to the Server, with one important difference: Although the Client code is written in F#, at runtime it is converted into Javascript using Fable. Because of this, we must be careful to only reference libraries which are Fable compatible.

There are lots of great libraries available to choose from.