bower install StreamsGood/debounce-replicant --save
Adds a delay to assigning a Replicant's new local value when a server change is emit.
Personally I use this with frontend assets to prevent showing every character change when I don't want to have manual save buttons.
<debounce-replicant replicant-name="myReplicantName" replicant-bundle="myReplicantBundle" value="{{localValue}}" wait="500"></debounce-replicant>
wait in ms