Steve Sanderson
|
0eb0555303
|
Eliminate IComponent.BuildRenderTree to guarantee that components are only rendered by themselves
|
2018-02-13 19:47:37 +00:00 |
Steve Sanderson
|
70a3ee3d98
|
Remove externally-callable Renderer.RenderInNewBatch() now that rendering is triggered by components themselves
|
2018-02-13 17:06:00 +00:00 |
Steve Sanderson
|
804ab2d89f
|
Add IHandleEvent concept so components can define their own lifecycle around events
|
2018-02-13 16:42:21 +00:00 |
Steve Sanderson
|
a889cd3152
|
Beginning lifecycle methods on BlazorComponent
|
2018-02-13 15:55:37 +00:00 |
Steve Sanderson
|
861154764c
|
Introduce IComponent.SetParameters, moving parameter-setting and rerendering logic into component base class
|
2018-02-13 15:00:53 +00:00 |
Steve Sanderson
|
37217db73a
|
Implement ParameterCollection
|
2018-02-13 13:14:55 +00:00 |
Steve Sanderson
|
695ddc0fd6
|
Add Init/RenderHandle concepts so components can rerender themselves arbitrarily (e.g., after internal state change)
|
2018-02-13 11:49:33 +00:00 |
Steve Sanderson
|
f1332919bc
|
Rename RenderTreeNode -> RenderTreeFrame (and correspondingly, "node" ->
"frame" everywhere)
|
2018-02-04 22:21:29 +00:00 |
Steve Sanderson
|
76dafa819f
|
Mechanism for components running logic when parents change their properties
|
2018-01-31 16:19:01 +00:00 |
Steve Sanderson
|
0aa164073d
|
Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere
|
2018-01-24 15:48:38 -08:00 |