redux-store
Here are 179 public repositories matching this topic...
NgRedux<RootState>
This is a...
- feature request
- bug report
- usage question
What toolchain are you using for transpilation/bundling?
- @angular/cli
- Custom @ngTools/webpack
- Raw
ngc - SystemJS
- Rollup
- Other
Environment
NodeJS Version:
Typescript Version:
Angular Version:
@angular-redux/store version:
@angular/cli version: (if applic
Hi!
Since the store in the background page is just a wrapped regular Redux store with additional features, it is straightforward that it will operate with any middleware the same a single store does.
What is not so obvious, though, is using middleware on the Proxy store side.
I guess every time someone considers adding new middleware, it requires experiments to make sure it is workable. While
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Nov 13, 2019 - TypeScript
-
Updated
Mar 28, 2017
-
Updated
Jun 24, 2020 - JavaScript
It's possible to specify the typings in package.json, so user can use import syntax in typescript and it will work correctly.
https://github.com/Microsoft/TypeScript/wiki/Typings-for-npm-packages
Types probably need converting or adapting (a new file that defines the entire module and includes the types we currently have)
-
Updated
Mar 27, 2018 - JavaScript
-
Updated
Jul 6, 2020 - JavaScript
Viết install guide rõ hơn một chút (sao cho người mới start cũng install được, đặc biệt với người chưa quen/lần đầu dùng npm)
After upgrading to RN >= 51 i'm getting blank white screen on both android and iOS!
To reproduce:
npm install -g react-native-git-upgradereact-native-git-upgrade 0.51.0or `react-native-git-upgradeclean project, try running project and then enable debug js remotely option
- Improve action/state design (like in the original redux devtools)
- Show diff state (between previous and new state)
- Save/Restore (Download/Upload) state (with a json file)
-
Updated
Feb 19, 2020 - TypeScript
-
Updated
Sep 6, 2018 - JavaScript
-
Updated
Oct 10, 2019 - Dart
-
Updated
Mar 22, 2017 - JavaScript
-
Updated
Apr 18, 2018 - C#
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Feb 19, 2020 - TypeScript
-
Updated
Apr 24, 2018 - JavaScript
-
Updated
Feb 1, 2019 - Dart
UI of the /App page should be improved. All the while maintaining the responsiveness the website. The color scheme, fonts, sizing, etc. should match to that of the rest of the website. Any bootstrap or react template system can be used besides the current one.
-
Updated
Oct 10, 2018 - JavaScript
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Jul 28, 2017 - JavaScript
-
Updated
Nov 8, 2018 - JavaScript
Improve this page
Add a description, image, and links to the redux-store topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redux-store topic, visit your repo's landing page and select "manage topics."
https://github.com/shakacode/react_on_rails/blob/master/docs/basics/recommended-project-structure.md
Instead, let's consider recommending leaving package.json and node_modules at the top-level...
There are no big advantages of having this be inside of the /client directory and there are a few additional bits of unnecessary complexity.
@ashgaliyev please add to this discussion.