Open EARider23 opened 2 years ago
send me code of your skills.jsx file , cause im having trouble where im not able to see added info other than year. ![Uploading Screenshot 2022-07-23 at 9.37.29 AM.png…]()
What I did to sort the array was just by calling the sort method on the experiences array and passing a callback function which compared the year property.
.
What I did to sort the array was just by calling the sort method on the experiences array and passing a callback function which compared the year property.
.
bro please give me your insta or fb or linked in. i want to discuss an issue
const query = '*[_type == "experiences"] | order(year asc)';
This should solve the problem
I Create TimeLine of my work in sanity database of experience section. if i add 2022 first. After i will add 2018 it will goes on top of 2022. Next i add 2019 it will go top of 2018. i want to make it order-wise. how to do that ?