/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vishaltelangre.com
| | teropa.info
1.8 parsecs away

Travel
| | [AI summary] The user has been working on a React application for a voting system. They've implemented a Voting component that renders buttons for each entry in a pair, allows users to vote, disables buttons after voting, and displays a winner message. The component uses props to receive data like the pair, hasVoted, and winner, and it's designed to be a pure component by passing callbacks as props. They've also written unit tests using Jest and React Test Utils to ensure the component behaves as expected. The next step is to implement the logic for determining the winner and updating the UI accordingly, which may involve integrating with a backend service or state management system.
| | blog.meain.io
1.6 parsecs away

Travel
| | Simplest guide to show how to connect redux and react and get started
| | tylergaw.com
1.7 parsecs away

Travel
| | A detailed approach to a solution for adding Redux Reducers after initial store creation.
| | hswolff.com
15.3 parsecs away

Travel
| This post is the first of a trilogy. Check out the other two posts as well:Level Up useReducer with ImmerHow To useContext With useReducerI didn't realize until recently how much I loved the React Hook useReducer. It's one of those advanced hooks, and while I read the documentation about it and alre