makeomatic / makeomatic/redux-connect
Is there any way to update the part of data on another async event ?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 545
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
After loading the component with it's data, I want to make an API call like 'activate' and update and make the change reflect on the component.
Is there any way to deal with this with this plugin ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how redux-connect resolves async props for a component and how a later API call could trigger updated data. Reproduce the initial load followed by an “activate” call, then determine the expected component state and identify the relevant source entry point and tests. Done means the component reflects the later async change without requiring a full reload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100