Skip to content

Instantly share code, notes, and snippets.

@HectorBlisS
Created April 27, 2020 19:34
Show Gist options
  • Save HectorBlisS/3044b8ace9e1d2d49b0314442b69cbd1 to your computer and use it in GitHub Desktop.
Save HectorBlisS/3044b8ace9e1d2d49b0314442b69cbd1 to your computer and use it in GitHub Desktop.

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?

@HectorBlisS
Copy link
Author

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 ---

@HectorBlisS
Copy link
Author

Chris - Pruebas con la API (insomnia - postman)
Bliss / Chris / Lucho - Encontrar el archivo de Create View (react y cómo se renderiza)
Sebas / Lucho - Cómo se consume el: (modelo / AcRe / BD)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment