-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure react project #36
base: master
Are you sure you want to change the base?
Conversation
re-configure react project with redux packages.
Added redux package and router package set up static routing with menu list add redux structure on index file for create store and combined store.
Apply styling and css to header component. set dynamic router change and link selection based on preferred link selection.
added page contents in avout us and contact us pages
added the static date fertch functionality with redux structure which initiallly gets the static data collection. Remove static data collection from home page
Create details form added and style applied on home page. Custom style applied on home page
Added action creater for add details method. Dynamic lsit binding functionality integration using redux
Added delete functionality which perfrom delete operation with redux structure.
Delete functionality added which performs the delete operation using redux concept. |
…tion Set up the button click event dynamic for getting the current information
Added cancel button with the use of cancel button form will be reset.
Update json object
Code for update the entity or record is done.
Update functionality Added |
Update the content of README.md file
Update README.md file with set of instruction which makes developer better understood to implements redux structure in react, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please review these changes as I have made sample redux structure including CRUD operations so that other developers can have an idea of the redux structure of react.
/src/logo.svg -- 2.61kb -> 2.57kb (1.46%) Signed-off-by: ImgBotApp <[email protected]>
[ImgBot] Optimize images
re-configure react project with redux packages.