Paul Torka

Results 12 issues of Paul Torka

I've created a gist that shows how DI could be solved for cases using only React features: https://gist.github.com/topa/efd6b170e18bda579aa751c5164f9211. Do you think this could be also a valid approach? This won't...

There should be a `.setNode()` like a `.getNode()` as `_nodes`-property should be treated as _protected_/_private_ and there are cases in which you want add a manually a node to `_nodes`.

client
idea

I've implemented that a View disposes itself when it's bound Model was deleted, cause binding means in my opinion a strong relationship. So a View has no reason to exist...

client

We need a place where it is possible to define a callback which will be executed once before a class which inherit the DisplayObject will be injected into the DOM....

client

I think there should be equal to the possibility to define a pre-processor (#50) a possibility to define default page transitions. This could look like this. ``` var alamid =...

client

There is a documentation missing. Not everything is easy to understand and we need @jhnns to ask how the things should be done. If @jhnns is missing its probably not...

Sometimes the client tests are split like in alamid's case in shared and client. At the moment there are two assets folders for both tests with nearly the same content...

enhancement

For some reason nof5 slows down when using WebpackBundler.

enhancement

The bundle is create each time a client requests it. But this not necessary. It should be only recreated if a change has occurred.

enhancement

Before a new test-bundle is delivered the JavaScript should be validated, so that if for example a SyntaxError has occurred it won't be delivered and it won't break the client's...

enhancement