Rendering Lists in React
A common scenario while working on a website is to render a list of items, and that might be your follower's list, notes in a todo app, contact list, or any kind of a list. In a simple static HTML site, we use the <ul> or <ol> tag along with the <li>...
tejeshwer-singh.hashnode.dev4 min read