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
In BlogList.jsx, we have an array of tags associated with each blog. On the webpage, we have some filters so that anyone can read the blogs about topics they like.
Something like a filtering system would be nice in which if someone clicks on a tag called 'flutter' only those blogs are shown which have flutter as a tag associated with them.
The Blog.jsx is a reduntant file, all code related to blogs is in BlogList.jsx
The text was updated successfully, but these errors were encountered:
In
BlogList.jsx
, we have an array of tags associated with each blog. On the webpage, we have some filters so that anyone can read the blogs about topics they like.Something like a filtering system would be nice in which if someone clicks on a tag called 'flutter' only those blogs are shown which have flutter as a tag associated with them.
The
Blog.jsx
is a reduntant file, all code related to blogs is inBlogList.jsx
The text was updated successfully, but these errors were encountered: