[ ] Store is transferred correctly rerendering a component
[ ] Rerender targetComponent + server action should work (now is not working well)
[ ] Solve action dependencies after re-render for currentComponent(at each interaction the dependencies are now growing, making that after many interactions everything goes very slow)
[ ] It puts empty data-actions, it should not.
[ ] It should replace only the new ones with the new cids.
[ ] It should keep the ones that come from above to not break other actions.
After all this:
[ ] Verify that it transmits well to the store.
[ ] Verify that if the component changes the content for another one and then returns to the previous one, the old action still works fine.
[ ] Verify component with suspense
[ ] Verify component with async generator
[ ] Verify importing elements or element generators from different files
[ ] Verify very nested actions (4-5 levels) and is working the rerenderInAction (currentComponent | targetComponent | page) and navigation in each level
Related to https://github.com/brisa-build/brisa/issues/73
Detected problems:
currentComponent
(at each interaction the dependencies are now growing, making that after many interactions everything goes very slow)After all this:
rerenderInAction
(currentComponent
|targetComponent
|page
) andnavigation
in each level