This is a blog tutorial for Sanity.io's Build your first blog using React with the updated changes such as React Router Dom 5 to 6.
Dependency reference:
"dependencies": {
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.1",
"react-scripts": "^2.1.3",
"web-vitals": "^2.1.4"
},