Quantcast
Channel: SOS
Viewing all articles
Browse latest Browse all 57

URL & JSON Decoder in ReactJS

$
0
0

I was debugging some network traffic, and needed to decode a URL that contained JSON values.  It looked like there was no good example readily discoverable on Google, so I threw together one using ReactJS, the amazing JavaScript library from my colleagues at Facebook.

Check it out at http://chofter.com/decode

It’s a simple single page application, and can be used as a good example of how to structure a simple ReactJS application. The source code is available on GitHub at https://github.com/shaneosullivan/react-url-decoder .

Screen Shot 2014-07-19 at 6.21.10 PM



Viewing all articles
Browse latest Browse all 57

Trending Articles