React On Rails 7 With Importmaps

preview_player
Показать описание
React inside Rails 7 without compilation! This lets you use React without an API.

Join this channel to help support these videos:

Follow me on social media:

Join this channel to get access to perks:

Timestamps
0:00 Creating The React Stimulus Controller
3:38 Adding React To Rails 7 With Importmaps!
7:25 Hello World React Component In Rails 7
8:57 How To Create Nested React Elements Without JSX

#Deanin #Software #Programming
Рекомендации по теме
Комментарии
Автор

Computer is fixed! Let's celebrate by adding React into a Rails app with importmaps!

Deanin
Автор

Wooow, that's awesome. That's what I wanted. It is SSR?

DevBishwasBh
Автор

how can i style this react componet? i tried put the class in the component but no success. Tailwindcss

droptoprint
Автор

React without jsx, is it necessary to use it? But it seems cool to use react like this!! Thank you

njgzs
Автор

Can i use esbuild and importmap together?

md.mizanurrahman
Автор

I'm getting "TypeError: Module specifier, 'application' does not start with "/", "./", or "../". Referenced from" when running my app on safari (v15). Do you also see this error by any chance?

dailydaisydog
Автор

What do you need React for when we have Hotwire ? Is it still relevant ?

je
Автор

So how do you pass props in? "All the code is in JS and I can have it write Hello World". That's nice. How about components where they're referenced on the web page and props passed in from the HTML to the component? Everyone kind of punts on that. "But here is hello world..."

jackphantom