Giter Site home page Giter Site logo

angular2-redux-example's People

Contributors

npmcdn-to-unpkg-bot avatar rubyboy 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular2-redux-example's Issues

error on start

node_modules/angular2-redux/dist/app-store-factory.ts(2,70): error TS2307: Cannot find module 'redux'.
node_modules/angular2-redux/dist/app-store-factory.ts(3,34): error TS2307: Cannot find module 'redux-thunk'.

Hi old friend... any luck with rc.x?

Hi old friend... any luck with rc.x?
I had spent so far 5 hours and got some progress but still has issues with loading everything in jspm version 0.17, wondering if you had any luck with ng2 rc.x, they broke alot of things :/

regards

Sean

can you include your favorite debugging workflow

It would be awesome if you include your favorite workflow as far as debugging, do you use live sever or express? which arguments do you use... with gulp? or do you use ts watch or others?

tx as always

seen

Error on async call

I tried to include the code in my project and getting an error of

dispatching (dispatch) {
                dispatch(_this.requestUsers());
                _this._http.get("" + BASE_URL)
                    .map(function (result) { return result.json(); })
                    .…
browser_adapter.js:85 EXCEPTION: Error during instantiation of AdminComponent!

ORIGINAL EXCEPTION: Error: Actions must be plain objects. Use custom middleware for async actions.

in AdminComponent

basically that async calls must go through the middleware... have you seen this before?

regards

basically

Use enums for actions

It's better for minification since enums become numbers in transpiled code. It's also more TypeScript-y

Demo seems to be broken

Hi,
when running
http://angular2-redux-example.surge.sh
in Chrome I get
EXCEPTION: Error during instantiation of AppStore! (AdminComponent -> AppStore).BrowserDomAdapter.logError @ index.min.js:6
index.min.js:6 ORIGINAL EXCEPTION: TypeError: window.devToolsExtension is not a function

br
Magnus

Problem with Redux Chrome DevTools

Hi,

I'm not able to use the chrome extension, it throws an error on AppStore instantiation
EXCEPTION: Error during instantiation of AppStore! (MainMenuComponent -> AppStore).
so I guess I'm not implementing it right

My appStoreFactory:
const appStoreFactory = createAppStoreFactory({ gameReducer }, [window.devToolsExtension ? window.devToolsExtension() : f => f]);
(don't know much about Middlewares, implementing Redux for the first time)

I saw you use that extension in a gif on another question, could you please show the right way to do so?
(I think it would be great if you enable it in the demo so people can play arround)

Thanks!

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.