Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Yew

Rust / Wasm framework for building client web apps
Collective - Host: opensource - https://opencollective.com/yew - Website: https://yew.rs - Code: https://github.com/yewstack/yew

Repair component's node (cell) grabbing

On update after replacing with a new instance of a component

github.com/yewstack/yew - 82caba171c31656b73d829b6d35a2f75fef864bd authored almost 7 years ago by Denis Kolodin <[email protected]>
Implement remove for VComp

github.com/yewstack/yew - 6e624f26aff5c4e6b019968a074a5cf565934a27 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add NodeCell to keep the reference to a node

github.com/yewstack/yew - 6cba811e78e1540808f2cc3835e07888fdc367b2 authored almost 7 years ago by Denis Kolodin <[email protected]>
Remove unnecessary enclosing div

github.com/yewstack/yew - 506169ebb9349fcbb8a3c5f10b26d3cbd4dea313 authored almost 7 years ago by Denis Kolodin <[email protected]>
Move VNode elements changing implementation to variants

github.com/yewstack/yew - 4aed2fca14456aad47a404e15295a51c792ae1b4 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #112 from DenisKolodin/update-desc

Fix examples in readme

github.com/yewstack/yew - f1dcb7234c4933d2daa170dd513a921451ee641e authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix examples in readme

github.com/yewstack/yew - 2d469aba9606678ce37aae1c724a5155458bfc35 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #111 from DenisKolodin/component-test

Fix tests for components

github.com/yewstack/yew - 1b58028154b3be4fcc6ebbc5561eb3164e811af8 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix tests for components

github.com/yewstack/yew - 8605aebfe204b2c30fadb03ebe99b5f6c58249bb authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #91 from DenisKolodin/components

Components implementation

github.com/yewstack/yew - daed071e6df88d78cc68200f3cdb48483e9d5f94 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add information about Components to README

github.com/yewstack/yew - da54bd575f5b7dc01d8d2c859361e87067cb0b4f authored almost 7 years ago by Denis Kolodin <[email protected]>
Add Renderable trait, remove redundant App struct, rename ScopeRef to Env

github.com/yewstack/yew - daf1ddd51d0e9382b2966cb2d7be3dd75fe56916 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix tests

github.com/yewstack/yew - f9ffe671cd91b302e548ba8f7c9346523db8e088 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #106 from CYBAI/improve-method

Use `peekable` to check if filtered iterator is none or not

github.com/yewstack/yew - 3a73c149079aaa026b012c733216ce899979c2ba authored almost 7 years ago by Denis Kolodin <[email protected]>
Use `peekable` to check if filtered iterator is none or not

github.com/yewstack/yew - 92666dda1134351234efa6b33bc835a96f175237 authored almost 7 years ago by CYBAI <[email protected]>
Merge pull request #105 from CYBAI/improve-method

Use `all` method to prevent allocating vector in `todomvc` example

github.com/yewstack/yew - c05935e04f0f7dae95fdd05adce44cd91d242c91 authored almost 7 years ago by Denis Kolodin <[email protected]>
Use `all` method to prevent allocating vector

github.com/yewstack/yew - c667ffc454a5c8f6156a4277a112a9a3b561302e authored almost 7 years ago by CYBAI <[email protected]>
Fix dashed attributes in macro

github.com/yewstack/yew - 0c1b2662eb08efcdc08ac98345519cd812da918f authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge branch 'master' into components

github.com/yewstack/yew - 4618497bf77ae76d351ed6dbc96c72ef39905ebd authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #104 from gabisurita/js-no-return-opt

use (no_return) optimization on js! macros

github.com/yewstack/yew - 168a292de798c1d57a439b9303ee4691ed0acc69 authored almost 7 years ago by Denis Kolodin <[email protected]>
use (no_return) optimization on js! macros

github.com/yewstack/yew - 780878a8be17bd5f5d9edd72e57f8814feddc66b authored almost 7 years ago by Gabriela Surita <[email protected]>
Improve AppSender ergonomics

github.com/yewstack/yew - fdaebdb496fbecbe1af8df4ca00d7cf82c323b78 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix missing docs

github.com/yewstack/yew - 8a6f387eacb6fe2a390c2deacd44b187b2bc1ad9 authored almost 7 years ago by Denis Kolodin <[email protected]>
Improve performance: bulk update calls to a single timeout call

github.com/yewstack/yew - 251739fb59b4dd3a59b3b8f1e25e5d7d2d8f3c1e authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix all examples

github.com/yewstack/yew - 7b758fbd1e6fb84251b58313e0be83b4ae2ac64f authored almost 7 years ago by Denis Kolodin <[email protected]>
Revert part of examples back to App type workflow

github.com/yewstack/yew - f84e08c712c87f7e9b7d8f065a37de3323b1b986 authored almost 7 years ago by Denis Kolodin <[email protected]>
Reimplement App type based on scope

Add prelude module

github.com/yewstack/yew - ecf364173f08f5289e691e4a75d4e91fd3c35c43 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add scopes hierarchy example

Shows how to send a message to a parent scope

github.com/yewstack/yew - b5949c349f3a030ff810748b4c1cd8fab2e5747b authored almost 7 years ago by Denis Kolodin <[email protected]>
Add property transformation for string types

github.com/yewstack/yew - 9623202255ebd3dbf93375eedfc3d8cdadfcbe57 authored almost 7 years ago by Denis Kolodin <[email protected]>
Send messages from child component to a parent

github.com/yewstack/yew - 5228e39a8748e0850d311e1326f7742efbb78697 authored almost 7 years ago by Denis Kolodin <[email protected]>
Link callback with parent's component scope

github.com/yewstack/yew - 5a75b70da664753052c41fafbc47261ce84e6026 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #95 from gabisurita/typed-fetch

Use typed Request/Response objects in Fetch Service

github.com/yewstack/yew - 5071dd0582460d3037fc8f9cf1b7ed87458a2a11 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #100 from machineloop/fix-todomvc-enter-add-onblur-event

Fix entry text removal on enter in todomvc, add onblur event

github.com/yewstack/yew - 83f16d991c385035c8b32700f0b23a06b32f0443 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add events to components

Allow to have callbacks in properties. It's not finished,
because callback should send messages ...

github.com/yewstack/yew - 40913f8c9af79a9de866544cb77960e7bf968cf2 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix todomvc enter removing entry, add onblur event to exit edit

github.com/yewstack/yew - ba961f15a1460341c3a3eba5c31b9231eefe07b6 authored almost 7 years ago by Andrew Brassington <[email protected]>
Replace internal serialization with memory transmuting

Reasons:
1) Better perfomance
2) User not forced to use serde crate
3) The only one way to send ...

github.com/yewstack/yew - 1d51d1cca014c960632dfc8809dfb5ed17150400 authored almost 7 years ago by Denis Kolodin <[email protected]>
Wrap callback type to a struct

github.com/yewstack/yew - 9ce5a1f8fa2819b3ce7d01bb4bba5588a87a8037 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add should_update flag

github.com/yewstack/yew - 0570e6b278343a1398b1e3bd224c917591b788c7 authored almost 7 years ago by Denis Kolodin <[email protected]>
Send a new properties set to a component when it was changed

github.com/yewstack/yew - 64404426d7b96f52cf41e6c0ad9f910cb03e026f authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix custom components example

Properties work not so fast because we should use pool of calls for
components update (now `setT...

github.com/yewstack/yew - 7ec28249c4002208ff0833f3ce6e373c7ef3c98e authored almost 7 years ago by Denis Kolodin <[email protected]>
Use ScopeSender to update properties

github.com/yewstack/yew - eacb814dca21dfb1a284ba17f8d4254cb5a7aa6e authored almost 7 years ago by Denis Kolodin <[email protected]>
Add ScopeEnv

github.com/yewstack/yew - 827836b6844efa42ff62adeb6fdad3ca352f5463 authored almost 7 years ago by Denis Kolodin <[email protected]>
Update properties when tree rerendered

github.com/yewstack/yew - 6c6ef1847f3d959f4f495b8bb0233138dc7fd403 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add TypeId to VComp

Also PartialEq implementation was added

github.com/yewstack/yew - 1aefc2a7e7341936132d73a93507cd8bd4d70903 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add minimal properties implementation

It works on component initialization only.

github.com/yewstack/yew - c172ff7b0444c48f8daadf4b3e2aa90b5e51781a authored almost 7 years ago by Denis Kolodin <[email protected]>
Add ScopeBuilder

github.com/yewstack/yew - 6c5a29acaed6b85c7c94dd42167811e4dd5abba0 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add ComponentUpdate message

github.com/yewstack/yew - 269b7a3268607e4bed9dfd3e2d395a2d379ac157 authored almost 7 years ago by Denis Kolodin <[email protected]>
Replace message type to complex component type

github.com/yewstack/yew - 928ce71643605afd7758926f3fbb0d5e5e8eed40 authored almost 7 years ago by Denis Kolodin <[email protected]>
Sketch typed Request/Response objects for fetch service

github.com/yewstack/yew - 0f0ff90d0e424788b279ad5b9df78ade1891c915 authored almost 7 years ago by Gabriela Surita <[email protected]>
Update examples

github.com/yewstack/yew - 4e4168bb7aadc73d549332d7283436b852b65684 authored almost 7 years ago by Gabriela Surita <[email protected]>
Merge pull request #96 from danigm/master

Allow html attributes with dash

github.com/yewstack/yew - 41e637f172ca6af40bab2a54b87ef89240f767fa authored almost 7 years ago by Denis Kolodin <[email protected]>
Add test for dashed attributes

github.com/yewstack/yew - 5f5bcb7ad92419706700e863521db59e3eba6a1f authored almost 7 years ago by Denis Kolodin <[email protected]>
Add Properties type parameter and optimize MSG requirement of Scope

github.com/yewstack/yew - 0d67a3348069d6b62ed1856a9a3fce39b4780043 authored almost 7 years ago by Denis Kolodin <[email protected]>
Allow html attributes with dash

github.com/yewstack/yew - f6a21a236216738e5cf33a9d267bca4ffcb765ae authored almost 7 years ago by Daniel García Moreno <[email protected]>
Add warning about using of callbacks

github.com/yewstack/yew - 9d377bedfa83d93bc481ccea3788021568fcee68 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add create method to Component trait

And remove Default trait requirement.

github.com/yewstack/yew - 808d8b4fab546bb51f045416c426387df43f51a0 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix tests

github.com/yewstack/yew - 4d7f957e415650f7d26c1218ccf70aa23aa67635 authored almost 7 years ago by Denis Kolodin <[email protected]>
Rewrite examples with Component approach

Models were not split into multiple small components

github.com/yewstack/yew - 5cd1fc688deda7d86c99794a74f3c65673faf251 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add reuse method to App to reuse a shared context

Method new expects ownership to a unwrapped context instance

github.com/yewstack/yew - c07e921cc76d02f62060199ab6a5ea7027ca8270 authored almost 7 years ago by Denis Kolodin <[email protected]>
Use reference to a local sender (context)

According to the upgrading of counter demo

github.com/yewstack/yew - a7d9bf5952bddd6f15b63f5283c7b89a164c539b authored almost 7 years ago by Denis Kolodin <[email protected]>
Move the context to the first place

github.com/yewstack/yew - 95d728c12d2d906aa81e754bc34900a80734dd6f authored almost 7 years ago by Denis Kolodin <[email protected]>
Add documentation for components feature

github.com/yewstack/yew - 0b9ace19996677d1abe3c0be6a08cb1f1d4c75de authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #92 from DenisKolodin/release-0.2.0

Bump version to 0.3.0

github.com/yewstack/yew - c109360e817ca4dfbf1383f7d007b0ad5cebef3c authored almost 7 years ago by Denis Kolodin <[email protected]>
Bump version to 0.3.0

github.com/yewstack/yew - 59dee42ba1cdb11a76e2cb45a46ae15c1205d40d authored almost 7 years ago by Denis Kolodin <[email protected]>
Add initialize method to Component trait

github.com/yewstack/yew - 9e87d742d488e786f2a8c9b61368debea1824483 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add local sender to keep a context

github.com/yewstack/yew - 1b18a07fb81618ad4e162131d3e94124f9e5277d authored almost 7 years ago by Denis Kolodin <[email protected]>
Remove message type restriction of services

github.com/yewstack/yew - 0bb89e22dc0da4915f5adf113c76ef31766da6d6 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add context specification to components

github.com/yewstack/yew - d043202259a81e6a65e22773a9306192280741f3 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add minimal components implementation

github.com/yewstack/yew - d6b087272f492c377acc50d80de7a4cd69f5abbd authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #85 from rivertam/mount-point

Add mount points

github.com/yewstack/yew - baaaaf1a2ec5ceb3f6b71e7e9dfbb6c6e8897829 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #87 from rbalicki2/fix-typos

Fix typos

github.com/yewstack/yew - 7bd30a4d6df89ff17f4434cf262bf4b1e4182652 authored almost 7 years ago by Denis Kolodin <[email protected]>
Rename land method to mount

github.com/yewstack/yew - 4a1873e79d19d780800287da4e5026d7316d1c9b authored almost 7 years ago by Denis Kolodin <[email protected]>
fix a bunch of typos

github.com/yewstack/yew - 51a310117aa2310c8382976354a09b291092b2f7 authored almost 7 years ago by rbalicki2 <[email protected]>
Use app sender instead for pool borrowing

github.com/yewstack/yew - 1c48a2896a8661b8f65959e5a946aa0b76c50c99 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add two_apps example and isolate yew_loop

But not for events

github.com/yewstack/yew - cafb04a690e739125f728eeb1b920faf29d81197 authored almost 7 years ago by Denis Kolodin <[email protected]>
Extract event loop from App instance

github.com/yewstack/yew - 85ef55f8c999076de86856e9bd1f9d7c66916067 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #86 from rivertam/gavatar-hmm

Fix a bunch of typos

github.com/yewstack/yew - d15b5309fdbd426f6316f1284c299c9fe841ffba authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #84 from koute/master_web_tests

Run tests in headless Chrome for Emscripten backends

github.com/yewstack/yew - b7c51ad9c607df07f14fb65384ab93c09ced8ab2 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix a bunch of typos

github.com/yewstack/yew - d98567560b01abc4eddb0a14b400d85071602e29 authored almost 7 years ago by Ben Berman <[email protected]>
Add mount points

github.com/yewstack/yew - eb368d3d2597281c8435e1e4ba35c5e4eb68ff70 authored almost 7 years ago by Ben Berman <[email protected]>
Run tests in headless Chrome for Emscripten backends

This makes it possible to write tests which use browser-only APIs.

github.com/yewstack/yew - 07bfa35874cdc695f856905db20f7083ea543fc5 authored almost 7 years ago by Jan Bujak <[email protected]>
Merge pull request #81 from DenisKolodin/todomvc-storage

Use storage in TodoMVC example

github.com/yewstack/yew - 8391cf585350359f6e421260dd4812165ab3a1d8 authored almost 7 years ago by Denis Kolodin <[email protected]>
Use storage in TodoMVC example

github.com/yewstack/yew - c86ca6ada87ea2732da38fa3f9abb04abf2629f5 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #79 from pyros2097/patch-1

Update README.md

github.com/yewstack/yew - b4c4f1ef52c2411d84502b29555b710acb3a43fb authored almost 7 years ago by Denis Kolodin <[email protected]>
Update README.md

fix four examples -> seven examples

github.com/yewstack/yew - 5a6bbb4761cf5b0fd9b7d70534d3fcb952511b3f authored almost 7 years ago by pyros2097 <[email protected]>
Merge pull request #77 from koute/patch-2

Bump `stdweb` to 0.3

github.com/yewstack/yew - 0b218cc79fb1718fe1d05497e201b57509f92675 authored almost 7 years ago by Denis Kolodin <[email protected]>
Bump `stdweb` to 0.3

github.com/yewstack/yew - 9d5a91fd575f7465827ed7722dc95eae7928b9ad authored almost 7 years ago by Koute <[email protected]>
Merge pull request #74 from DenisKolodin/fix-ccxt-demo

Fix npm_and_rest demo

github.com/yewstack/yew - b008708df4045981a529cd6388a4ca6122d0bbfc authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix npm_and_rest demo

ccxt service only, gavatar doesn't work because of Cross-Origin Blocking

github.com/yewstack/yew - a699cb548b57158d10b985528dc845ce43bfe778 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #73 from DenisKolodin/add-scenes-to-crm

Add scenes to crm example

github.com/yewstack/yew - ecc34b9b9944cea9627a2e9a3f5a9f7412064ca5 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add scenes to crm example

Also fixes #67 bug

github.com/yewstack/yew - 576652b2f7202d8e15a9e8c8312e6e6ab3a9c71b authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #72 from DenisKolodin/dashboard-improve

Add explanation to response types of the dashboard example

github.com/yewstack/yew - 4a399af0c701cd7f6a51332d3c2b03126e0db455 authored almost 7 years ago by Denis Kolodin <[email protected]>
Add explanation to response types of the dashboard example

github.com/yewstack/yew - 37a7004bfcafa00c30aef203df74897e1609f058 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #65 from DenisKolodin/user-context

Add App type which supports a user-defined context

github.com/yewstack/yew - dd1aa0c7c87d54871e9a9004e2b56bf592ef27e2 authored almost 7 years ago by Denis Kolodin <[email protected]>
Merge pull request #68 from carlosdp/add-partialeq-vtag

Implement PartialEq for VTag

github.com/yewstack/yew - c373d0e0885268e69cd9a469879dc3ce1368681c authored almost 7 years ago by Denis Kolodin <[email protected]>
Add changes to readme about new services implementation

github.com/yewstack/yew - c1f4dd3b09f75c47ae7cd6f93048b1f54af425ac authored almost 7 years ago by Denis Kolodin <[email protected]>
Add npm_and_rest example

github.com/yewstack/yew - 721077119aa413f778414ffcc083555146028635 authored almost 7 years ago by Denis Kolodin <[email protected]>
Fix examples

github.com/yewstack/yew - 3b2dbc5a983605d6a0fc223082f6cbd30b5db3df authored almost 7 years ago by Denis Kolodin <[email protected]>
Update fetch and websocket services, update dashboard example

github.com/yewstack/yew - e74a93dc4dcc2e496510f4dd358faa3e213153ce authored almost 7 years ago by Denis Kolodin <[email protected]>
Replace alert service with dialog service, update storage

github.com/yewstack/yew - 01c9760354853937508235624be29879a348d28c authored almost 7 years ago by Denis Kolodin <[email protected]>