fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
273 stars 67 forks source link

Add useLayoutEffect #225

Closed forki closed 2 years ago

forki commented 2 years ago

Ass discussed in https://github.com/fable-compiler/Fable/issues/2826

alfonsogarciacaro commented 2 years ago

I think we need to add the dummy implementation for SSR below and not sure if we need the "disposable" overload, but I can do that. Thanks!