Steve Sanderson
|
b834f3b35b
|
Use Razor component in HostedInAspNet.Client
|
2018-02-13 19:58:39 +00:00 |
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
|
861154764c
|
Introduce IComponent.SetParameters, moving parameter-setting and rerendering logic into component base class
|
2018-02-13 15:00:53 +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
|
e37e22aa27
|
Further renderer refactoring
|
2018-02-10 10:55:44 +00:00 |
Steve Sanderson
|
0aa164073d
|
Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere
|
2018-01-24 15:48:38 -08:00 |
Steve Sanderson
|
a0b354e0eb
|
Add concept of 'sequence' to RenderTreeNode. This is in preparation for diffing.
|
2018-01-21 11:51:26 +00:00 |
Steve Sanderson
|
6585667ce6
|
Refactor most of the rendering logic into Microsoft.Blazor, keeping only browser-specific parts in Microsoft.Blazor.Browser
|
2018-01-09 13:33:49 +00:00 |
Steve Sanderson
|
674024ed61
|
Rename UITree -> RenderTree, UIEventInfo -> UIEventArgs
|
2018-01-09 09:55:14 +00:00 |
Steve Sanderson
|
f0a78d13bf
|
Begin tracking association between components and DOM elements so that components can be refresh their own display
|
2018-01-05 14:31:06 +00:00 |
Steve Sanderson
|
5453b58f31
|
Initial basic component rendering. Does not yet do any tree diffing. APIs will change.
|
2018-01-04 14:11:37 +00:00 |
Steve Sanderson
|
d1069e2d1e
|
Begin on Microsoft.Blazor.Browser project
|
2017-12-15 11:31:05 +00:00 |
Steve Sanderson
|
c439787ab5
|
Begin implementing ReferencedAssemblyFileProvider
|
2017-12-09 00:53:44 +00:00 |
Steve Sanderson
|
4d764d78df
|
Beginning UseBlazorDevelopmentServer middleware and HostedInAspNet sample
|
2017-12-08 14:42:59 +00:00 |