clearwater
clearwater copied to clipboard
Component-based Ruby front-end framework
Previously, server-rendering a Clearwater app involved generating the virtual DOM nodes and _replacing_ what was rendered by the server. This is pretty inefficient, though, because it has to throw away...
I found [this tweet](https://twitter.com/fskreuz/status/737856106836287488) that explains how to detect if your code is minified. > kentcdodds Yes. This expression is true if minified, false if not. Props to RactiveJS for...
I had some issues when trying to reload a page after using Router::navigate_to or when clicking a Link element. To solve this I created a custom Router like this ```...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...