/todolist-react-to-elm

Todo List App to demonstrate migration from React to Elm

Primary LanguageJavaScript

Example Todo List

Example todo list created with webpack for demonstation purposes on the blog post Migrating from React App to Elm App.

Examples in Branches

You can jump to any of the branches to see the examples built in the post:

  • master - Todo List app written in React with Webpack 5.
  • elm-replacing-react - An Elm App Replacing a React App.
  • elm-consuming-react - An Elm App consuming a React App.
  • react-consuming-elm - A React App consuming an Elm App.