DEV Community

Timothy Nguyen
Timothy Nguyen

Posted on

FEC Day 14-15

I finished implementing my sorting and filter features! The sorting took a lot of work in my server working with the API. One of the problems that I learned from was how to pull data out of the request. I thought that I could get it from the request's params, but the data was actually in the query! I only spotted this error by putting a debugger in my front-end, in my server endpoint, and in the api request made from the server.

Top comments (0)