10 Commits

Author SHA1 Message Date
e4eef2cc1a Prop-decorators and supporting DOMElements as VNodes in the renderer 2019-11-29 23:06:05 +01:00
75923aba90 Support pushing cerxes-npm 2019-11-10 00:17:06 +01:00
5704b72542 Supporting the key-prop 2019-11-09 00:50:32 +01:00
3b0dce6fbe Fixed minor things, cleaned up some code 2019-11-06 00:29:09 +01:00
72f38c1137 Make sure to actually use yarn to install the main-packages, otherwise the packages.json#resolutions property will not be used and @babel/helpers would not get overruled
Overruled @babel/helpers to fix how initializers play with decorated properties. Thus circumventing the imperformant and lengthy code being generated by babel in the non-legacy option.
2019-11-05 21:11:01 +01:00
3a135a30d1 A working version but using non-legacy decorators should be reconsidered, and probably quite a few bugs left in the render loop 2019-11-03 15:35:19 +01:00
fc527cb156 Saving state before severe refactoring (to support a proper update-loop and future extensibility) 2019-10-26 23:52:38 +02:00
863adb9449 Reworked how decorators are used to get to our initial steps of actually updating the DOM on a state change. *phew* 2019-10-23 23:34:45 +02:00
5169c5018d Initial rendering of a Todos-MVC app. (events are called but don't trigger a re-rendering yet, renderin-function does not yet support updating DOM yet) 2019-10-23 01:13:27 +02:00
31cfda50f5 Multiple test-projects 2019-10-22 19:21:01 +02:00