Skip to content

Latest commit

 

History

History

04.solution.server-context

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Server Context

👨‍💼 Great work! Now we have access to request data (like the shipId param and the search query param) through our AsyncLocalStorage object.

🦉 You could definitely take this too far, but it works quite well for global things like this.