Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TodoMVC Example #283

Open
fdietze opened this issue Jan 22, 2019 · 11 comments
Open

Create TodoMVC Example #283

fdietze opened this issue Jan 22, 2019 · 11 comments

Comments

@fdietze
Copy link
Member

fdietze commented Jan 22, 2019

I just saw this on Reddit and wondered, how elegantly a TodoMVC could be implemented with outwatch.
https://www.reddit.com/r/scala/comments/ai6vcw/todomvc_in_139_lines_of_scala_with_react4s

Does anyone want to give it a go? @cornerman and me are ready to give feedback and make improvements.

@elyphas
Copy link

elyphas commented Jan 23, 2019 via email

@cornerman
Copy link
Member

In fact, my project is something like a todo app, :)

Nice. Feel free to share it if you feel comfortable with it 👍

In the best case, we have a very minimal todo app that works similiar to the one in the example on reddit.

@elyphas
Copy link

elyphas commented Jan 23, 2019 via email

@fdietze
Copy link
Member Author

fdietze commented Jan 23, 2019

Note: To be included in the official TodoMVC repository, one has to implement the App Specification.

@zakpatterson
Copy link
Contributor

zakpatterson commented Jan 27, 2019

TodoMVC implementation:

See source

See demo

@szlepermarcin
Copy link

My first version of todoMVC with OutWatch: Source Demo

@cornerman
Copy link
Member

This looks awesome!

Thank you both so much for sharing the demos! I currently do not have much free time to look into them in detail. But I promise, I will check them out and give feedback :)

@fdietze
Copy link
Member Author

fdietze commented Jan 30, 2019

Yes, Thank you for building examples. I'm also very busy and give you feedback as soon as possible!

@elyphas
Copy link

elyphas commented Jul 12, 2019

I want to publish a little bit of what I am doing but it is not precisely a todo app, but more a list of items to buy, so it is not fixed nicely into this:

https://github.com/tastejs/todomvc/blob/master/app-spec.md

it is worth to do it?, sorry, many things to learn and I having hard time to manage the projects at the same time.

but I feel I am doing much advances, and I am happy to use the awesome outwatch.

@zakpatterson
Copy link
Contributor

@elyphas if you have some example of any kind I would welcome it to be included as an example in this project:

https://github.com/clovellytech/outwatch-examples

I'd be happy to work with you over there to include it.

@elyphas
Copy link

elyphas commented Jul 12, 2019

@zakpatterson ; ah ok, thank you, I am working on it, I hope it will be very soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@cornerman @fdietze @zakpatterson @elyphas @szlepermarcin and others