You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is about to show the vacation related data that is fetched from API of github by using redux and async react fetch with pagination and filtering, sorting option.<br>
3
+
4
+
Used my github Api to store data."https://my-json-server.typicode.com/sathiyavalli/places/datas"<br>
5
+
React fetch for asyc operation and used reactRedux to create globalstate that can be used globally anywhere in the app by getting and storing the value in store.<br>
6
+
Used redux thunk as middleware that allows you to write action creators that return a function instead of an action.<br>
7
+
Used "react-pagination-list" for pagination<br>
8
+
Sorting done by using javascript sorting<br>
9
+
filtering done by used filter option in array of datas.<br>
0 commit comments