June 23, 2013
9:54 a.m.
On 2013-06-23, at 00:50, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi!
Just wondering whether urls do need to have #! and ~ in the url? E.g., http://smalltalkhub.com/#!/~ainfante/MemoryProfiler
Could be possible 1) replace ~ with a subdirectory /users/ or so (though I don't see any advantage of this) 2) replace the fragment-based navigation with something that uses history.pushState 1) could be done with relative little overhead, 2) is going to be more work.