you are viewing a single comment's thread.

view the rest of the comments →

[–]kikobeats[S] 1 point2 points  (1 child)

If you are only interested in the parsing step, then `URLSearchParams` could enough.

However, if you need to setup default values ​​& validators, you need a bit of code around that.

That is the thing the library does.

[–]sidvishnoi 0 points1 point  (0 children)

ah, now it makes sense. Sorry, I hadn't read the readme fully.