hello I found this terminology (endpoints) in redux challenges ,and I don’t know it ,please can anyone explain it in a simple way ,because english is not my first language ,I found explanation outside ,but always they tend to use complicated words in explanation .
Endpoint is the bit of software/hardware where communication with the outside world happens. It’s the point of entry.
So https://forum.freecodecamp.org is an endpoint for a server: when a user hits that endpoint, the server is going to return a load of stuff that renders out as the index page for this forum.
1 Like
thank you ,clear explanation
1 Like