question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Discussion - Move to Redux Actions + Reselect

See original GitHub issue

Hey all! I’d like to get your feedback about start migrating our actions/reducers to redux-actions and reselect. Here’s a PR I created a while back to the organizations actions/reducers. I think this is a good move, we will reduce our boilerplate greatly and will let us organize our application in a more elegant and legible way.

If we decide that this is a good move, I can update the docs and will create a list similar to what @andrewda did for the unit tests in #518

https://github.com/gitpoint/git-point/pull/269

Thanks!!!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
jglovercommented, Oct 24, 2017

Normalizr and reselect can massively reduce the amount of transformation and prop manipulation, and thus re-rendering done. But nicer still, Github released v4 of their API with GraphQL support, so you can retrieve a normalised well-shaped response right out of the gate, may be worth looking at: https://developer.github.com/v4/

0reactions
machourcommented, Mar 31, 2018

Closing this issue as we started a massive refactoring of our Redux store. More details in #761

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use reselect in Redux Actions or Reducers · Issue #305 - GitHub
Hi,. If I understood it right, we can use reselect in actions or reducers as @markerikson says in this post:.
Read more >
Deriving Data with Selectors - Redux
Reselect provides a function called createSelector to generate memoized selectors. createSelector accepts one or more "input selector" functions ...
Read more >
Actions and reducers: updating state - Human Redux
Actions and reducers: updating state. I glossed over how state changes occur in the previous chapter. Let's look a bit deeper. In Redux...
Read more >
Redux actions - Fullstack React
With Redux in place, let's talk about how we actually modify the Redux state from within our applications.
Read more >
How to build React Native app with Redux and Reselect
In this article we will go through how to build a highly performant React Native app with Redux and Reselect. Written by Ifeanyi...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found