state-of-ipfs-in-js: fix jumping anchor links (#486)

This commit is contained in:
Elliot Lee
2022-11-03 10:10:01 -07:00
committed by GitHub
parent 96f097fa75
commit f855056767
+3 -3
View File
@@ -170,7 +170,7 @@ This means browser nodes have more optionality to which long-running IPFS nodes
> **Note:** browser nodes will still want to delegate providing content to a node with more longevity since the new transports wont stop browser nodes from disappearing from the network when the user closes a tab or puts their laptop to sleep.
Well lean into realizing these breakthroughs and remove the more convoluted mechanisms from the past that relied on the Kubo RPC API and preload nodes discussed in [js-ipfs in a Browser context](#js-ipfs-in-a-Browser-context).
Well lean into realizing these breakthroughs and remove the more convoluted mechanisms from the past that relied on the Kubo RPC API and preload nodes discussed in [js-ipfs in a Browser context](#js-ipfs-in-a-browser-context).
### Support Fully Speced Delegated Routing Protocols and Endpoints
@@ -178,7 +178,7 @@ While it will be possible from a connectivity perspective to make DHT queries fr
### PL Delegate and Preload Nodes Will Be Shutting Down
Given the new browser-friendly p2p transports discussed above, well shut down the complicated “song-and-dance” with the legacy delegate/preload nodes and the Kubo RPC API described in [js-ipfs in a Browser context](#js-ipfs-in-a-Browser-context). This yields a simpler setup for ones application and removes centralized infrastructure.
Given the new browser-friendly p2p transports discussed above, well shut down the complicated “song-and-dance” with the legacy delegate/preload nodes and the Kubo RPC API described in [js-ipfs in a Browser context](#js-ipfs-in-a-browser-context). This yields a simpler setup for ones application and removes centralized infrastructure.
For delegated routing, one can configure [Reframe](https://blog.ipfs.tech/2022-09-02-introducing-reframe/) endpoints. When it comes to providing content from a browser node, it will be up to developers to account for user behavior like closing tabs or laptop lids. The general recommendation is to either run your own preload node or upload content explicitly to a pinning service for providing.
@@ -233,4 +233,4 @@ The timeline for enacting all of the above is still actively being figured out.
3. 🫂 Join the team - were hiring and need more JavaScript and TypeScript developers who are eager to make the vision above a reality. Its ideal if you have experience working at the protocol/bytes/streams level. Please learn more [here](https://github.com/ipfs/pomegranate/issues/6).
4. ✋ Contribute - Open source contributors welcome. Have a great idea and need some funding? Consider a [grant request](https://github.com/ipfs/devgrants).
Thank you for reading and being on this journey to make IPFS exceptional in JS runtimes!
Thank you for reading and being on this journey to make IPFS exceptional in JS runtimes!