redux-saga
Here are 2,363 public repositories matching this topic...
Description of the bug/issue
Just a few broken links I found while reading through the documentation.
I found 3 broken links in documentation for babel-plugin-redux-saga.
From page 6. Troubleshooting, click on the link text
- "Docs are available here"
- Naviga
-
Updated
May 6, 2020 - JavaScript
I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined
 for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
怀疑是gradle问题
参考如下链接:
react-native-community/react-native-localize#13 (comment)
编辑 android/build.gradle 和 android/gradle/wrapper/gradle-wrapper.properties
修改为3.0
@diegohaz - i noticed a couple of minor spelling errors on the main site:
Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow
Should be typical, and recommended.
Just an FYI.
Thanks!
Redux-observable?
Any thought on adding redux-observable support?
Could look something like:
@kea({
key: (props) => props.id,
path: (key) => ['scenes', 'homepage', 'slider', key],
actions: () => ({
updateSlide: index => ({ index })
}),
reducers: ({ actions, key, props }) => ({
currentSlide: Hi guys, I am parisien aussi and pleased that I have found a boilerplate to get started with react-native. I have never developed react-native application before but I am considering making one with your boilerplate. I use ReactJS, redux, saga so it would make sense to start with native for a simple app.
Current [React-Native version is v0.61.1](https://github.com/facebook/react-native/release
eslint parser
English docs?
Hey guys,
Thanks for the project. It would be better if docs would be translated in English. So we could understand it better and contribute this project.
Thanks!
A "describe" callback must not return a value.
Returning a value from "describe" will fail the test in a future version of Jest.
-
Updated
Oct 29, 2018 - JavaScript
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
May 22, 2020 - TypeScript
I like the example that you give in the Readme but when you open the example in the example folder its much simpler and doesnt seem to take advantage of that beautiful syntax you show in the readme.
It would be great if you could show a more complex example, perhaps one that does an api request too, to show how you handle async actions?
Example with Testing
-
Updated
Jul 30, 2017 - JavaScript
一个良好的代码规范,不仅能提升web性能,提高团队协作,还便于后期维护,拓展。
“代码即文档”是我们对规范的一个愿景。下面就基于ES6的React项目配置,谈几点对React组件规范的几点建议。
我们的组件分为两大类,UI组件和container组件。
UI组件
UI组件是构成前端界面的基础单元,它们不涉及业务逻辑,无生命周期函数,只负责单纯的渲染,所有数据都通过 props 传入。
一, 咱们的UI组件大致分为两种情况,无状态和有状态
- 如果是无状态组件,则使用纯函数,我们大部分的UI组件都是这种纯函数。
import React from 'react'
export default ({ hello }) => (
<div>{hello}</div>
);- 如果是有状态组
-
Updated
Jun 13, 2017 - TypeScript
-
Updated
May 4, 2020 - JavaScript
Hi, I have just discover ignite and wanted to give it a try.
First of all, this example is not working, it gives ✖ Cannot read property 'includes' of undefined
dka@dev-11:[~/workspace/tmp]: npm i -g ignite-cli
npm WARN npm npm does not support Node.js v13.0.1
npm WARN npm You should prob-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Oct 11, 2016 - JavaScript
-
Updated
May 21, 2020 - JavaScript
Why isn't there a android/ios folders (react-native cli app) OR an expo folder (CRNA) in root folder ? In which category this app included ?
[Docs] User Guid
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
May 17, 2019 - JavaScript
-
Updated
Dec 28, 2019 - TypeScript
I'm very unexperienced with Firebase so i'm not sure if its a legit issue.
I'm trying to grab user information from the info returned from signInWithPopup and according to the firebase docs the method should return UserCredential (https://firebase.google.com/docs/reference/js/firebase.auth.Auth.html#signinwithpopup) that would solve my problem.
But according to redux-saga-firebase the object ret
Improve this page
Add a description, image, and links to the redux-saga topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redux-saga topic, visit your repo's landing page and select "manage topics."
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
(Add link to a dem