raj icon indicating copy to clipboard operation
raj copied to clipboard

The Elm Architecture for JavaScript

Results 8 raj issues
Sort by recently updated
recently updated
newest added

If something has an effect, and the effect dispatches another update, the view effectively ends up getting updated twice. If that effect has an effect, three updates, and so on....

## Version **12.0.0** of **standard** was just published. Dependency standard Current Version 11.0.1 Type devDependency The version **12.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## The devDependency [ava](https://github.com/avajs/ava) was updated from `0.25.0` to `1.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [fixpack](https://github.com/henrikjoreteg/fixpack) was updated from `2.3.1` to `3.0.3`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I like the look of raj and want to try it out :-). However since I use typescript I cannot try anything until I have types. So here is my...

This PR is just to support the discussion in #31.

I've successfully connected Raj to the [Redux DevTools](https://github.com/zalmoxisus/redux-devtools-extension) extension for Chrome. ```js function connectDevToolsTo(program) { const extension = window.__REDUX_DEVTOOLS_EXTENSION__; if (!extension) { console.error("Redux DevTools not available."); return program; } const...