Open
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.
Author
|
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.
Author
|
Update functionality Added |
Update the content of README.md file
Author
|
Update README.md file with set of instruction which makes developer better understood to implements redux structure in react, |
ankitkanojia
commented
Sep 27, 2019
Author
ankitkanojia
left a comment
There was a problem hiding this comment.
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 <ImgBotHelp@gmail.com>
[ImgBot] Optimize images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
re-configure react project with redux packages.