You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
(The demo is available 18h a day due to Heroku free nodes limitations, if you see Application Error message - this is the case) React + Redux + Phoenix simple application This application is evolution of RePh and now it provides authorization and different frontend bundles for landing page and application: styles, JS and images are all different. Authorization/registration is done via websockets a
ja.md はじめに これはredux-middlewaresの紹介です。 Middlewareについて Middlewareがどのようなものかついては、非常に分かりやすい記事があるのでそれを貼っておきます。 http://qiita.com/kuy/items/57c6007f3b8a9b267a8e 僕がMiddlewareを活用するようになったのは、この記事を読んでからです。 [Optional] こちらの記事も併せて読むとさらに理解が進むと思います。 http://qiita.com/kuy/items/c6784fe443f1d5c7bbdc Stateの整合性を保つ Stateの整合性を壊してしまう可能性のあるAction (DANGEROUS_ACTION)があり、様々な場所から投げられる可能性があるとします。 また、そのアクションが整合性を保つか確かめることができるvali
This release is brought to you by contributions from the following people: @jimbolla, @vhmth, @btd, @roncohen, @ynonp, and @appden. In addition, there were many non-code contributions in discussions on issues and testing the alpha, beta, and rc versions by many other folks (too many to list!). Thank you to everyone who made this a very positive, inclusive, well-critiqued, community-driven release!
This repository includes a boilerplate project used for all Seedstars Labs applications. It uses Django as backend and React as frontend. We build on the shoulders of giants with the following technologies: Frontend React React Router Declarative routing for React Babel for ES6 and ES7 magic Webpack for bundling Webpack Dev Middleware Clean Webpack Plugin Redux Predictable state container for Java
An all-in-one solution for creating modern React apps Rekit is a toolkit for building scalable web applications with React, Redux and React-router. It helps you focus on business logic rather than dealing with massive libraries, patterns, configurations etc. Rekit creates apps bootstrapped by create-react-app and uses an opinionated way to organize folder and code. It's designed to be scalable, te
Hey, it's been a while! How's everyone doing? Enjoying your summer (or winter for the Southern Hemisphere folks)? This is a bugfix release for Redux. We're working towards a 4.0 with more substantial changes. Please see #1342 to pitch in! Dan also ported all the examples (except the universal one) in #1883 to use the excellent Create React App. This means the changes in #1800 have been lost. If yo
import 'babel-polyfill'; import axios from 'axios'; import { fromJS } from 'immutable'; import { createStore } from 'actionizer'; import { select, call, reduce, fork, cancel, delegate } from 'actionizer/commands'; import debounce from 'lodash.debounce'; const initialState = fromJS({ counter: 0, items: { 1: {id: 1, name: 'hoge'}, 2: {id: 2, name: 'fuga'} } }); // Customize notifier. const notify =
As @slorber notes, once you go single-treeish, local component state begins to bother you. I don't feel strongly about it (I'm fine with some local component state here and there), but it would be interested to explore API and implementation-wise the idea of replacing React local component state with state backed by Redux with “ephemeral” reducers whose data is erased when their owner component un
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く