Skip to content

SoftwareSandbox/thymeleaf-mvc-elm-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thymeleaf-mvc-elm-js

Example on how to use ThymeLeaf + WebMVC to create an Elm component that interacts with an existing vanilla JS component

The example is two select's, of which the content of the second is decided depending on the selection of the first select.

Depending on added data that was added, the content of the first select is decided.

TODO

  • Create a REST Controller to provide data to fill in the first and second selects. (with filter criteria)
  • Learn how to use ProgramWithFlags to kickstart an Elm component with initial data from outside the Elm runtime.
  • Learn how to interop with an existing JS component (Ports)

About

Example on how to use ThymeLeaf + WebMVC to create an Elm component that interacts with an existing vanilla JS component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors