Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 19th, 2018
196
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
diff
const
Home
=
React.
lazy
(
(
)
=>
import
(
'../../../pages/home/home'
)
)
;
export
default
{
path
:
'/'
,
Component
:
(
{
data
}
)
=>
<
Suspense fallback
=
{
<
div
/>
}
>
<
Home
{
...
data
}
/>
</
Suspense
>
}
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
Common Lisp Exercise
Lisp | 1 hour ago | 2.21 KB
change header logo on certain category page
PHP | 2 hours ago | 1.24 KB
altour_vertex_twosprints.py
Python | 4 hours ago | 12.21 KB
dopamine.wtf - The North Is Undead
Lua | 4 hours ago | 217.88 KB
Untitled
JSON | 5 hours ago | 0.68 KB
2.5I
Lua | 6 hours ago | 0.59 KB
2.5U
Lua | 6 hours ago | 0.69 KB
Hello There Animation by Jordan Brown
JavaScript | 6 hours ago | 6.29 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!