Jun 28, 2024
app.jsx
for the homepage component.home.page.jsx
component.animation wrapper
for fade effects.in-page navigation
component for smooth navigation between sections.fetchLatestBlogs
to retrieve blogs from the backend./search/:query
in app.jsx
.search.page.jsx
.app.jsx
targeting /user/:id
.profile.page.jsx
.app.jsx
to catch all undefined paths.page-not-found.jsx
to render friendly error messages and navigation options.