Page 1 of 7
Quiz - Adapter Layer
Challenge 1 / 3
The
Adapter
is one of the layers described in Clean Architecture.
Which responsibilities below belong to the adapter layer?
*
Answer #1
Display data
Interact with an external REST API
Handle events logic
Call a server action in a NextJS project
Handle domain logic
Next