urbit/mar/react.hoon

22 lines
577 B
Plaintext
Raw Normal View History

2015-01-30 04:50:35 +03:00
::
:::: /hoon/core/react/mar
::
/? 314
2015-05-20 06:29:04 +03:00
/+ react
2015-01-30 04:50:35 +03:00
!:
::::
::
|_ own=manx
::
++ grow :: convert to
|%
2015-05-20 06:29:04 +03:00
++ tape (react-to-tape own)
2015-01-31 05:02:40 +03:00
++ react-js (crip tape)
:: ++ js react-js :: convert to %js
2015-05-09 02:47:46 +03:00
++ mime [/text/javascript (taco react-js)] :: convert to %mime
2015-01-30 04:50:35 +03:00
--
++ grab |% :: convert from
++ noun manx :: clam from %noun
2015-06-06 01:20:26 +03:00
++ elem |= a=manx a
2015-01-30 04:50:35 +03:00
-- --