This is an English translation of the 91 summaries of the Japanese timelines from 2023-05-01 10:00:00 to 2023-05-01 11:00:00 UTC.
- There are several JS frameworks available, such as React, Angular, Vue, and Svelte. Vue and Svelte are lightweight and easy to handle, so they were chosen initially.
- The thing that was disliked about HTML mixing with JavaScript was realized to be JSX, and the worldview of Vue and Svelte was not understood.
- JSX in React is disliked because it mixes view and logic, but in Svelte, there is also an idea of returning the view as a function and integrating it with logic.
- In Svelte, be careful because changes made to arrays or objects with methods will not trigger updates.
#summary4ja2en #exceptsummary