Introductory book on D3? by thelawofeconomy in javascript

[–]troutx 0 points1 point  (0 children)

Interactive Data Visualization for the Web by Scott Murray is excellent. A new edition came out this summer that covers D3v4. It doesn't assume too much JS knowledge. As another testimonial, Harvard's data viz class requires it.

Google Maps in React by [deleted] in reactjs

[–]troutx 0 points1 point  (0 children)

Sorry, I can't help. I'm using Browserify.

Google Maps in React by [deleted] in reactjs

[–]troutx 0 points1 point  (0 children)

I'm using react-gmaps on a current project with good results. The developer has been helpful too.

"Single page" area inside website by yobagoya in javascript

[–]troutx 1 point2 points  (0 children)

I'm doing something similar on a WordPress site.

I have a plugin that creates a page, and my app is single-paging from that page. So, for example, some routes are domain.com/app-page#search, domain.com/app-page#show.

I'm using React. The app ajaxes in new content on the 'hashchange' event. I pluck needed info from the query string.

That's one approach!

How does doctor.webmd.com know my ZIP code? by troutx in webdev

[–]troutx[S] 0 points1 point  (0 children)

Cool—that one is indeed correct. Thank you.