Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. redux

    • N

      Splitter , Toolbar, and Action Sheet
      Developer Corner • react redux actionsheet preact • • newstackdevelopment

      1
      0
      Votes
      1
      Posts
      2817
      Views

      No one has replied

    • J

      How to setup Monaca debugging using https://github.com/davezuko/react-redux-starter-kit ?
      Developer Corner • react monaca cli localkit redux • • JasonShin

      1
      0
      Votes
      1
      Posts
      2863
      Views

      No one has replied

    • Creating a Cordova Hybrid App with React, Redux and Webpack
      Monaca & Onsen UI Articles • react cordova tutorial onsenui webpack redux • • argelius

      15
      0
      Votes
      15
      Posts
      20839
      Views

      R

      AFAICS this example is using OnsenUI 2.0.4 and Webpack v1.x.x . Can either of these be upgraded and if so how? Especially interested in what happens to Stylus (replaced by Less?) Or is there an up to date example available?
    • P

      It's all about time: Building a performant Stopwatch with MobX and React - fast
      Monaca & Onsen UI Articles • react tutorial webpack redux mobx performance • • patrick

      4
      0
      Votes
      4
      Posts
      6109
      Views

      J

      I refactored it to break up the components with the Provider HoC. https://gist.github.com/wordyallen/fbd9e239656cb6232fc3bfbcfb987522#file-stop_watch_component-js
    • Time Travel in React Redux apps using the Redux DevTools
      Monaca & Onsen UI Articles • react tutorial onsenui webpack redux time-travel • • argelius

      4
      0
      Votes
      4
      Posts
      6317
      Views

      S

      yes that is it
    • Managing your React state with Redux
      Monaca & Onsen UI Articles • react tutorial webpack redux • • argelius

      3
      0
      Votes
      3
      Posts
      5245
      Views

      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).
    • P

      Building a Calculator App with Redux and Onsen UI
      Monaca & Onsen UI Articles • onsen ui redux autostyle • • patrick

      1
      0
      Votes
      1
      Posts
      3209
      Views

      No one has replied