posts/json-stringify-params/ #1
Replies: 2 comments
-
const testComponent = () => {
return (
<div>
This is a test component
</div>
)
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
posts/json-stringify-params/
Do you know that JSON.stringify can actually take 2 other parameters? I didn't know this before I laid my eyes on my colleage's pull request.(I'm such a noob) But it's nothing difficult. Those 2 parameters will help optimize the result in a good format.
http://localhost:8000/posts/json-stringify-params/
Beta Was this translation helpful? Give feedback.
All reactions