You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each function in documentation have example demonstrating the usage of the function. Would be great if could come up with the way how to execute these examples inline and directly inside the documentation.
Introduce our own repl as Ramda.js does: https://ramdajs.com/repl/ and then create links containing the exmple code as uri param to that repl. Example can be seen for example here: https://ramdajs.com/docs/#add (click on "Open in REPL")
Another alternative could be what beta React documentation did with their examples. All the examples are now runnable directly inside the documentation.
Each function in documentation have example demonstrating the usage of the function. Would be great if could come up with the way how to execute these examples inline and directly inside the documentation.
Embedded runkit can be used to achieve the goal: https://runkit.com/docs/embed
The text was updated successfully, but these errors were encountered: