The Wayback Machine - https://web.archive.org/web/20200716161040/https://github.com/topics/unidirectional
Skip to content
#

unidirectional

Here are 27 public repositories matching this topic...

as-dr
as-dr commented Feb 13, 2018

Expected behavior

In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:

var html = require('choo/html')
var choo = require('choo')
var app = choo()

var app = choo()
app.use((state, emitter) => {            // 1.
  emitter.on('navigate', (route) => {    // 2.
    console.log(`Navigated to ${route}`) // 3.
  })
})

Should return a conso

teodorpenkov
teodorpenkov commented Jun 23, 2019

Currently it's not possible to override SectionedViewType default method implementations in subclasses of UITableView. I'd like to prevent the default animations and just re-render the cell just like Apple suggests in reload rows Discussion https://developer.apple.com/documentation/uikit/uitableview/1614935-reloadrows.

Unfortunately when I try to override reloadItemsAtIndexPaths the com

asifsheikh
asifsheikh commented Apr 1, 2019

In the comments for sink() method
/**

  • Consume the source that was returned by [source], the consumer is usually a
  • [io.redgreen.oneway.drivers.ViewDriver].
    */
    fun sink(source: Observable): Disposable {
    }

Instead of consumes the source ==>> it should be consumes the state that was returned by [source]....

Since [source] emits the Observable of type state here it ma

Improve this page

Add a description, image, and links to the unidirectional topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unidirectional topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.