Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Denny Roll
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Denny Roll

    @Denny Roll

    0
    Reputation
    1
    Posts
    780
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Denny Roll Follow

    Posts made by Denny Roll

    • RE: Managing your React state with Redux

      Good article!

      Just small question: isn’t using “actions: bindActionCreators(Actions, dispatch)” breaks the whole idea of container/component approach? Since you are using connect it actually creates another component for you, which is called a container, but for me it seems that you don’t have the presentational components, cause they are not dumb (meaning they know the logic of your app).

      posted in Monaca & Onsen UI Articles
      Denny Roll