christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Feature: Allow routing demonstration #133

Open bebraw opened 8 years ago

bebraw commented 8 years ago

I'm not sure if it's technically possible, but it would be neat if it webpackbin allowed routing demonstrations. I'm thinking mainly react-router. I don't know what this would take technically, though.

christianalfoni commented 8 years ago

Yeah, this is possible I believe, just have to expose a fake addressbar for the iframe and back/forward buttons. Have to research a bit