fluh icon indicating copy to clipboard operation
fluh copied to clipboard

simple & easy functional reactive library with atomic push strategy

Results 5 fluh issues
Sort by recently updated
recently updated
newest added

State management libraries usually feature something like `createStore` method. The purpose of it is to create state root for the current state management instance. This approach is correct, but I...

Using `eval` violates strict [CSP policy](https://developer.mozilla.org/ru/docs/Web/HTTP/CSP). However, it can bring huge perf benefits at the same time. I wonder, is it possible to use CSP and allow usage of eval,...