16 Commits

Author SHA1 Message Date
Denis Kolodin
deb838b2e1 Fix examples for the new context reference 2018-04-23 22:54:24 +03:00
Denis Kolodin
7f6db78510 Replace scheduler and channels by cells held by Activator
This it good refactoring of the main loop and the scheduler.
Now we don't need JS scheduler anymore and it will have a
positive impact on preformance.
2018-04-23 22:54:24 +03:00
Denis Kolodin
992c4e21a7 Hide Scope behind App 2018-04-20 22:24:52 +03:00
Denis Kolodin
8cff051a5b Derive Default for ConsoleService and DialogService 2018-04-20 09:42:06 +03:00
Denis Kolodin
8f227f949b Move examplef out of showcase 2018-04-15 09:41:51 +03:00
Denis Kolodin
86af2b9d1c Move demos into the showcase 2018-04-09 22:04:57 +03:00
Denis Kolodin
e4c37cdc4f Update examples (add failure's Error to the format module) 2018-02-22 23:34:28 +03:00
Denis Kolodin
1cec52140f Set properties on component creation
Fixes bug with initial value in custom_components example
2018-02-08 22:05:37 +03:00
Denis Kolodin
daf1ddd51d Add Renderable trait, remove redundant App struct, rename ScopeRef to Env 2018-01-15 02:07:47 +03:00
Denis Kolodin
8a6f387eac Fix missing docs 2018-01-12 10:57:24 +03:00
Denis Kolodin
7b758fbd1e Fix all examples 2018-01-12 01:53:18 +03:00
Denis Kolodin
808d8b4fab Add create method to Component trait
And remove Default trait requirement.
2018-01-09 10:47:20 +03:00
Denis Kolodin
5cd1fc688d Rewrite examples with Component approach
Models were not split into multiple small components
2018-01-09 01:20:11 +03:00
Denis Kolodin
4a1873e79d Rename land method to mount 2018-01-07 11:53:11 +03:00
Denis Kolodin
1c48a2896a Use app sender instead for pool borrowing 2018-01-06 17:43:33 +03:00
Denis Kolodin
cafb04a690 Add two_apps example and isolate yew_loop
But not for events
2018-01-06 17:21:54 +03:00