Ask A Question

Notifications

You’re not receiving notifications from this thread.

ReactJS with Rails

Tony Brown asked in Javascript

I'd love to see a series on a real world app using ReactJS with Rails API.

Reply

Absolutely. I think the main thing I need to figure out is what's a good, somewhat small real world app I can do as an example. It's always hard to come up with something that isn't contrived feeling.

Hit me with your ideas!

Reply

Maybe a yelp clone with TDD using Mocha and Chai or Jest?

That's the first thing off the top of my head. I'd love to see the whole process, using postgresql or MongoDB?

Easier said then done but thanks for taking it into consideration :)

Reply

Hmm, I'm not sure Yelp would be a great one to showcase React because really the site doesn't have that much interactivity so you wouldn't really need any frontend frameworks for it.

Something like Facebook on the otherhand has a lot of interactive widgets where it would make sense. Each post has its own dropdown menus, every chat box is independent, all kinds of various little pieces of state for each section of the site. Facebook may be too overused as an example, but I'm trying to think of something in line with that.

I guess now that I'm writing this, of course Facebook is the obvious choice because they invented it. Hah.

Reply

lol

I think any CRUD application would be suffient?
Maybe a movie rating app or a dating app?

Reply

You use Imgur at all? It's pretty similar to a movie rating app since it has ratings and stuff. I was kinda thinking something like their collapsible comments and/or navigation which are a pretty good showcase for like the usefulness of a JS framework. You can't do that easily without a good amount of JS for sure.

Reply

Chris, you could also use some react+redux apps that are available on some of the MOOC platforms, like these:

https://www.udemy.com/reactjs-building-production-ready-apps-start-to-finish/
https://www.udemy.com/the-complete-react-web-app-developer-course/

So you could focus on the rails API and how to connect the rails API to react apps instead of explaining react and redux.

Those courses only cost around $10-15, but since your screencast would be free ad for them, I guess they would provide the source code for free.

Reply

This is a good one I did
https://www.udemy.com/react-redux/learn/v4/t/lecture/4288094?start=75

@Chris, yes. That's a great idea!

Reply

I also did that one (it's the best probably), but it only has smaller apps.

Reply

I've never used React before so this comment may be irrelevant, but would it make sense to wait for Rails 5.1 to make a React series when Yarn and Webpack are available in Rails?

Reply

Its all here (ruby 2.4.2, rails 5.1.4) would be a great tutorial. Lets go! how about also using webpacker-react gem which is really nice.

Reply

Sounds good to me. As someone who has still yet to use React in my Rails app, @Henrik, why do you recommend using webpacker-react over react-rails or react_on_rails ? Or why use any of these gems in the first place and just not use the Rails defaults?

Reply

Haven't tried the others. Found the helpers useful.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,584+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.