
# Module `Eliom_shared.FakeReactiveData`

This is a dummy ReactiveData module that allows us to refer to client-side ReactiveData types on the server side, without actually linking against ReactiveData.

```ocaml
module RList : sig ... end
```