Xuguang Mei

Results 4 issues of Xuguang Mei

we can do some initial work before actually do some task: ```js async function initialize() { await someAsyncInitializationActivity(); return ({ a, b }) => a + b; } module.exports =...

question

```javascript const { builder } = require('san-update') const san = require('san') const { connect, store } = require('san-store') const MyComponent = connect.san( { arr: 'arr' } )(san.defineComponent({ template: '' }))...

![image](https://github.com/user-attachments/assets/f94f4a5c-c533-4e8a-85ad-6ab0f42bf5eb)