-
### Description
I have been going through the react code and I have an enhancement suggestion. Instead of using use state, can we migrate the application to use a centralized state such as Redux/MobX…
-
The current application uses the same architecture as the [redux-example](https://github.com/quangbuule/redux-example) by [quangbuule](https://github.com/quangbuule).
However, it may be in our intere…
-
In my React Native application, I implement React Navigation and have two stack navigators... After replacing one with the other, a screen is rendered that will make two requests using RTK Query. The …
-
The example application should be cleaned up and taken to a 100% working state and clean code
Where does this react-redux application map with the other applications examples:
| Application | M…
-
Add new step properties, actionsBefore and actionsAfter, which is an array of Redux actions to be dispatched against the Redux store either before the step becomes active or after the step is dismisse…
-
Got this runtime error for the react application redux, redux-i18n
```
Uncaught TypeError: (0 , _reactRedux.connect) is not a function
at ./node_modules/redux-i18n/dist/component/index.js (co…
-
# Proposal: Enhanced On-Demand Logging
We’ve been exploring enhanced logging in Flutter, the IntelliJ plugin and most recently in a separate package and have been encouraged by a bunch of early par…
-
**Student Portfolio Showcase Task**
**Task Description:**
You are tasked with creating a portfolio website for showcasing a student's completed projects. The portfolio should be built using React for…
-
## **Task: Build a To-Do List Application with Redux, React, and Native CSS**
**Objective:** Develop a to-do list application in React, utilizing Redux for state management, native CSS for styling, a…
-
### Describe the feature
Implementation of Redux toolkit for state management across application.
We can manage different states like access token, number of items in carts.
It will reduce the api…