Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
brylie
on June 15, 2019
|
parent
|
context
|
favorite
| on:
JavaScript Is the CO2 of the Web [audio]
Thanks for the suggestion. Really great work keeping the framework so tiny! :-)
Can Preact just be "dropped in" to an existing HTML template, like jQuery?
mhagemeister
on June 15, 2019
|
next
[–]
yup, just add the script tag and you're good to go! It's frequently used along with
https://github.com/developit/htm
for a jsx-less template syntax. No build tools required :)
helloguillecl
on June 15, 2019
|
prev
[–]
No, but my understanding is that Stimulus (rails) does that.
brylie
on June 15, 2019
|
parent
[–]
Stimulous seems pretty nice, and can beused without a bundler :-)
https://stimulusjs.org/
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Can Preact just be "dropped in" to an existing HTML template, like jQuery?