ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.69k stars 243 forks source link

Who's using it and where? #437

Open oyeanuj opened 7 years ago

oyeanuj commented 7 years ago

Hey folks, inspired from some of the repos, I was curious to see if there is any interest in having this sticky issue to see who all are using react-universally. This can also be added to the Readme if @ctrlplusb feels good about it.

I see it as being useful (and inspires confidence in) to both newcomers and authors alike, to know this information. So for folks who are using (or planning to use) this excellent starter kit -

  1. Where and in what situations?
  2. What modifications did you need to make to run with this?

PS. @ctrlplusb Feel free to close this issue if doesn't feel helpful.

AInoob commented 7 years ago

Where: My own blog -> ainoob.com

What did I changed?

  1. I need to pass data from database, so I use props.data and window.DATA to store data.
  2. Also I am looking for ways for the App to get router props. For , I can use component={(routeProps) => (<a {...routeProps} />)}, but for the main App, I have not found a way yet.
birkir commented 7 years ago

We (ueno.) have a modified version, which we currently use to start all of our universal projects.

You can see some of our clients at https://ueno.co - most (if not all) are built with react, some of them use the starter.

ctrlplusb commented 7 years ago

This is awesome, thanks for opening this @oyeanuj

I'm more than happy to link this off via the readme/docs.

👍

sergiokopplin commented 7 years ago

I'm using in projects for Seek.

CamilaSolis commented 6 years ago

I am using it to rebuild my page since it did not have SEO, the problem is that I can not use scss, I do not understand how to install it, can you help me?

sergiokopplin commented 6 years ago

Hey @CamilaSolis, you can try the postcss branch that has scss inside. Any help you need, sens us a message

gavmck commented 6 years ago

We're using React universally as the boilerplate on all our project work at the moment. Most exciting for me is that we have just rewritten our company site with it: Etch

Other projects we have running on React universally are: a sustainability auditing tool; a sustainability audit forecasting tool; and a small site to remind you to Make Better Software

Fave stack at the moment is the Sass build with Apollo GraphQL client.