Elmish React extensions for writing SPA and Native apps
Elmish-React is a set of React extensions created for Elmish applications. It provides support for React and ReactNative in Elmish apps, enhancing the functionality of the applications. For more detailed information, users can refer to the documentation provided.
To start working with Elmish and React, the recommended method is to use the provided template. Alternatively, for existing projects, Elmish can be added via Paket. Additionally, when authoring an application, React needs to be separately installed using npm or yarn.
dotnet new -i Elmish.Template
To add Elmish to an existing project via Paket, run:
paket add Fable.Elmish.React
For installing React, use npm or yarn:
npm install react
or
yarn add react
Elmish-React is a valuable tool for developers using Elmish applications by providing specific support for React and ReactNative. The Windows build and NuGet version make it easy to integrate into projects, ensuring a smooth development process. By following the installation guide, developers can effectively set up Elmish with React and start building enhanced applications.