Sergey
Sergey
pf, using `Proxy` since early beginning (looks like already more than 2 years): https://gist.github.com/sergey-shpak/9266316d9abd550ddbeac2c88e5a0d22
@mindplay-dk the gist is pretty old I haven't updated it for a while, my current implementation is following: ```js import {h, text} from 'hyperapp' /* Html factory */ export const...
@skanne performance difference is about 12%, which is not critical for custom usage, but not for hyperapp(superfine)
@Swizz please take a look at https://github.com/jorgebucaran/hyperapp-router/pull/100
* installing router from github as `"@hyperapp/router": "github:sergey-shpak/router#V2"` builds package (`npm prepare`) but doesn't keep router dependencies, so if you're importing router as a 'module' please install required deps ('path-to-regexp')
Same scenario: 1. user visits our website and we are setting random distinct id to track actions 2. user signs in and we `alias` distinct id with user email 3....
if I got it right, this has to be solved with `$identify`, something like: 1. on any action - `track('someAction', {distinct_id: 'user-distinct-uuidv4-num1'})` 2. on user sign in - `track('$identify', {$identified_id:...
ok, so after small test everything works as [described](https://github.com/mixpanel/mixpanel-node/issues/155#issuecomment-1073078620): ```js // new device random distinct_id1 uuid v4 await track('TestAction', {distinct_id: distinct_id1}) // and then identify distinct_id1 with userId await track('$identify',...
asking questions and solving right in place - that is how we do it :nerd_face: now would be nice to get mixpanel `GROWTH` plan for free :wink: and the issue...
@kuroppe1819 using namer? https://parceljs.org/plugin-system/namer