shrub/mar/react.hoon

24 lines
620 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
!:
::::
::
2015-09-02 03:24:18 +03:00
[. react]
2015-01-30 04:50:35 +03:00
|_ own=manx
::
++ grow :: convert to
|%
++ tape (pojo react-json)
++ react-js (crip (react-to-tape own))
:: ++ js react-js :: convert to %js
++ react-json (react-to-json own)
++ mime [/application/json (tact tape)] :: 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
-- --