looplab / eventhorizon

Event Sourcing for Go!
Apache License 2.0
1.57k stars 196 forks source link

React / Angular / VanillaJS Examples #394

Open mirusky opened 1 year ago

mirusky commented 1 year ago

Is your feature request related to a problem? Please describe. Many companies use React or Angular as front-end framework. Currently the TODO example is written in Elm, as I see it's not as big and well known as others frameworks, so it's difficult to figure out what is happening if you don't have any expertise with.

Describe the solution you'd like Please provide a simple and concise example for the most common frameworks or a plain js example, so any front-end developer could implement in their native framework.

Describe alternatives you've considered Learn Elm but it's too different from the ones that I know, that I give up.

Additional context None

maxekman commented 1 year ago

Would be really useful, but I don’t have the time myself. If anyone in the community would like to contribute an example using best practices for the chosen web framework I would be happy to merge it!