Erik Ringsmuth
Erik Ringsmuth
You should probably move API keys to a separate config file that isn't checked into the git repo. Ex: https://github.com/jsonresume/registry-server/blob/master/server.js#L17 nconf is a good tool for this https://github.com/flatiron/nconf.
This is an extension of PR https://github.com/erikringsmuth/app-router/pull/43 from @sohjsolwin. Example router. ``` html ``` Paths `/page/1` and `/page/2` will both match the last route. The transition between these two pages...
Noted by @nomego in issue https://github.com/erikringsmuth/app-router/issues/81 Query paramaters like `hidden=true` overwrite the element's native DOM properties. For example, this URL hides the page: https://erikringsmuth.github.io/app-router/#/notes?hidden=true The model generated by `createModel()` needs...