DEV Community

Discussion on: React Live Coding Interview Tips

Collapse
 
john1625b profile image
john1625b • Edited

great article. I've done a few of these and pretty much all of them is some variation of fetching API data, displaying it in a table and adding filtering to that table. Also just a Todo list app.

i recommend learning how to do parallel api fetches cause that gets asked often