Niklas P

Results 53 comments of Niklas P

closed due to inactivity

@wottpal any update on this? if you dont find the time please also tell me so i can maybe write the tutorial myself or continue finding other authors on other...

why dont you get a trusted fellow project master programmer that can help you with all that? would be nice to get the project running and updated, even if you...

`WsProvider` accepts a string array of endpoints in the constructor as well as `autoConnectMs: number` https://github.com/polkadot-js/api/blob/329929236846364e9feb316462ee300a1dc42608/packages/rpc-provider/src/ws/index.ts#L111

just wanted to address this, the current state of the example app is this The second dropdown does not really make sense to me, shall I update the example to...

i wouldn't introduce a state management library and leave that to the users. let's rely solely on react context for state management. in my former apps i was separating my...

I would add storing one more thing in localStorage `userWantsConnection`. I had some discussions with ecosystem devs and the idea in our opinion was that no popups should show unless...