Git Product home page Git Product logo

react-bacon-todomvc's People

Contributors

milankinen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-bacon-todomvc's Issues

I'd love to see this run, do I have to install it?

I manually uploaded the code to my server and it runs but there's no styling so it's dog ugly. I don't see any css so I'm assuming I skipped a step. I've never used git commands or any sort of package or download manager so I don't know if there is a step I'm missing. Is there a link I can go to to see it working? Is there an easy way for me to get it to work properly on my server without installing a new framework or hiring people? Thx.

Falcor integration?

Could you please add a falcor to the stack. Really interested on how it will play out. I am trying currently to make a simple todo app, but my implementation seems weird. Or can you give directions on how you would go about adding falcor to your example and I will go from there?

Bus vs No Bus Usage Question

What your thoughts are the benefits of using of a bus cache in the Dispatcher and the general RX advice against using Buses/Subjects (http://baconjs.blogspot.com/2014/12/bus-of-doom.html)[1]?

At the moment, I don't see a problem with the use of a bus if it is restricted to the bus cache in a dispatcher and kept out of the business logic. Drawing from the baconjs blog post[1], if one were to implement this todomvc app without buses, one alternative would be to create specific actions streams ('remove', ect.,), cache them in a stream cache in place of the bus cache, and call the stream as presented currently in todo.toItemsProperty(). It is not immediately clear to me what benefits are gained by eliminating buses in this todomvc example. I can't think of a situation where the dispatcher could potentially create a bug. Maybe this case is an exception to the 'avoid buses' rule.

Let me know what you think. Thanks.

The documentation seems to have a small error in it

Hi,

I was trying to clone and got the error shown below. It seems that the readme doesn't have the correct repo url as it's missing the https:// or maybe my system isn't setup to support the syntax your using locally. Either way I probably won't be the only person who gets the err.

Ryans-MacBook-Air:Code ryanvice$ git clone [email protected]:milankinen/react-bacon-todomvc.git
Cloning into 'react-bacon-todomvc'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Ryans-MacBook-Air:Code ryanvice$ git clone https://github.com/milankinen/react-bacon-todomvc.git
Cloning into 'react-bacon-todomvc'...
remote: Counting objects: 101, done.
remote: Total 101 (delta 0), reused 0 (delta 0), pack-reused 101
Receiving objects: 100% (101/101), 458.34 KiB | 0 bytes/s, done.
Resolving deltas: 100% (29/29), done.
Checking connectivity... done.
Ryans-MacBook-Air:Code ryanvice$ 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.