rx-component-behaviours
rxjs-based component behaviours for lifting a component-from-stream.
API
for a detailed specification of this API, run the unit tests in your browser.
withEventHandler
return a new RxJS Operator that adds EventHandlerProps
to the props
objects from its input stream.
example usage:
// ...// Stateless Functional Component// ...
type definitions:
declare
TypeScript
although this library is written in TypeScript, it may also be imported into plain JavaScript code: modern code editors will still benefit from the available type definition, e.g. for helpful code completion.
License
Copyright 2018 Stéphane M. Catala
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and Limitations under the License.