All of the new components should be functional+hooks, at least that’s the convention we’re trying to have.
that component will have to be built in a pretty complex surrounding hierarchy of older style components, but it should be totally doable though I think to leverage hooks2:30 since the beauty of React is how composable it is.
We have a pattern for using “css in js” in the app, where you can add styles within the component pretty easily.
yeah, pretty much the styles look like JS objects and it makes a CSS file and injects it at runtime, and it also allows for some pseudoclasses too.
HAML + React
Fulcrum Core
Fulcrum Components wrapping
No redux - redux?
1.- Determinar cómo se renderiza createView
2.- Determinar si usamos el mismo metodo o alguno nuevo (para renderizar)
2.1.- De donde llegan los datos (user)
3.- ask redux ---