Mahmoud 🦀

Results 46 comments of Mahmoud 🦀
trafficstars

Deez License v3

Hey @MaverickDe, thank you for your enthusiasm. Sure, go ahead! **Tip**: For the reducer, have a look at the [`DELETE_CONTACT`](https://github.com/brave-chat/brave-chat/blob/8d5bd5af0b6204eedc12dd6ea47578d9d5176b31/src/redux/appReducer/index.js#L90-L100) action type and apply similar logic on [the conversations array](https://github.com/brave-chat/brave-chat/blob/8d5bd5af0b6204eedc12dd6ea47578d9d5176b31/src/redux/appReducer/index.js#L34)...

Hey @Vinitvh, thanks for your enthusiasm! In case, you don't know yet, there are two paths we can take from here. We can either rewrite all the reducers using [`createAsyncThunk`](https://redux-toolkit.js.org/api/createAsyncThunk)...

In case someone is interested in fixing this issue, I have recently created [a new project using RTK and `AsyncThunk`](https://github.com/coder-inbox/code-inbox/tree/main/src/store).

Awaiting https://github.com/coral-xyz/anchor/pull/3112 to interact with the deployed program using the program id instead of the generated idl file and manually parsing it

Thanks for the experiments, @painedpineapple! Currently, the crate only supports client-side rendering, meaning all components are rendered in the browser. Adding support for server-side rendering would be awesome for performance/seo...