https://github.com/ajit24/stempedia_assignment
https://github.com/ajit24/stempedia_assignment
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajit24/stempedia_assignment
- Owner: Ajit24
- Created: 2022-06-06T17:18:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T04:36:35.000Z (over 3 years ago)
- Last Synced: 2025-01-02T04:14:31.839Z (9 months ago)
- Language: JavaScript
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STEMpedia_assignment
## Problem Statement :-
Component A has two child components Component B and Component C
Component B:
Make an input text field
Attach a listener of 'change' to the input text field
Store the value to the redux store
Component C:
Get the value from the redux store
Show the value inside this component