Skip to content
#

redux-store

Here are 179 public repositories matching this topic...

justin808
justin808 commented May 1, 2020

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.

v-miguez
v-miguez commented Jul 10, 2019

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

kaglowka
kaglowka commented Apr 19, 2019

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

Large scale project development boilerplate with React Redux. this repository has bundled level code spliting and async redux store to load with module. you can use it for large application because of its module wise redux store spliting and at production every module code are split with different file. First time load for application is faster then other react boiler plat.

  • Updated Oct 10, 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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.