Last active
September 17, 2019 12:40
-
-
Save tanvirstreame/313a2bcd1c47a8931faaa71986000eca to your computer and use it in GitHub Desktop.
next js route query enable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static getInitialProps({ query, res }) { | |
| return { query }; | |
| } | |
| this.props.query; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment