This extension contains several Typescript snippets for simplifying common tasks when using the react-elmish npm package.
This extension provides the following snippets:
Prefix | Description |
---|---|
elmish-types |
Creates the common types for a new elmish component. |
elmish-state |
Creates the initial boilerplate for the state handling of a new elmish component. |
elmish-msg |
Helps creating a Message factory function. |
elmish-update-test |
Creates a test function to test the update map for one message. |
The initial release.