Makes some updates to react example, so it will run for deno 1.7.5
Updates dejs v0.8.0 to v0.9.3
Moves from deprecated Deno.bundle to Deno.emit
Uses full dep urls, rather than local urls, for clarity of import intention (as an example app)
CheckList
[x] PR starts with [#105].
[x] Has been tested (where required).
^ Looks like there's no testing required for this file, so I just ran deno fmt on the server.tsx file and called it a day.
Issue
Fixes #105
Details
Makes some updates to react example, so it will run for deno 1.7.5
v0.8.0
tov0.9.3
Deno.bundle
toDeno.emit
CheckList
deno fmt
on theserver.tsx
file and called it a day.