Jaewook Ahn

Results 18 comments of Jaewook Ahn

> ### Suggestion: component method order (component structure) > I think component can be separated as 4 part - variables / event handlers / renders / operation logics > >...

> > ### Suggestion: component method order (component structure) > > I think component can be separated as 4 part - variables / event handlers / renders / operation logics...

> > > > ### Suggestion: component method order (component structure) > > > > I think component can be separated as 4 part - variables / event handlers /...

> As a result of my test, a new user is created normally. (in main branch) Do you still get the wrong message without creating a new user? @Jaewoook Fundamentally,...

@lizable I wrote FIXME comment to all related components.

Finally! Thanks to all participants 😄

> I found this below error. > > 1. Update resource allocation on the 3rd session page > 2. Set another image on 1st session page > 3. Go to...

I suggest some strategy to split render function. ### Strategy: Split Array.map call Calling the function in `render` decreases code readability. Because developer hard to recognize the start and end...