Giter VIP home page Giter VIP logo

component-store-example's People

Contributors

bengotow avatar davidwells avatar ehzhang avatar rorycombe 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  avatar  avatar

Watchers

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

component-store-example's Issues

Passing in containerRequired = false

How exactly do you pass in the containerRequired as false? I've tried several different approaches but can't seem to figure it out. Any pointers would be great.

How to do Omni/DataStore with original Flux Dispatcher?

I see you use Reflux, but how can I create that central DataStore with Flux? I mean I eventually will run into "cannot dispatch in the middle of a dispatch"-problem when I try to modify the DataStore via action (from another store).

Some questions about the pattern

Hello author.
I saw your source code for this component-store-example, there are some questions, I don't know if you can help me to answer it. I found that the principle behind your react plug-in demo was using the coffee-react-browser plug-in, which enabled plug-in react modules by dynamically importing cjsx and dynamically compiling it in a browser and stores the current plug-in in the store via the module exposed in the window.
The first question is, is it slow to dynamically compile in a browser in a real project?
The second question, your react plug-in progress there is no more information to share?
Thanks.

Dynamic import / compilation

1.Hey , are you guys importing the components dynamically ? if yes , how are you doing that ?
2. Is it possible to compile components dynamically (on demand) and load them then ?
As of now , what i know is if you use import("directory name") , it builds a context chunk in the build/compile time and later downloads it if required by user. That is faster than the static import but it still goes through the files in my directory as mentioned in import during compile time. Can we not compile those files on demand and load them then ?
Please assume that the imported files are error free in all manner.
Also , the query is for React . I know it can be done in AngularJs.
Thanks in advance.

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.