Refactor Post file structure
NivaldoFarias opened this issue · comments
Nivaldo Farias commented
A estrutura do arquivo Post/index.jsx
tá muito confusa e desnecessariamente longa, até por vezes repetitiva. Necessita uma refatoração urgente.
- Create new components. ex.: 'DeletePost'. 'EditPost', 'LinkContainer'
- Use 'buildComponent()' component semantic strucuture. Hide HTML, focus on constants, States and Context values. see ref
- Alternative to components: generalize response and error functions on update, delete, and post handlers