facebookarchive / react-page

Easy Application Development with React JavaScript
Apache License 2.0
797 stars 72 forks source link

Mark `react-page` as unmaintained #55

Closed petehunt closed 10 years ago

petehunt commented 10 years ago

We haven't done a great job of staying on top of issues for this project. I want to eventually revisit react-page as the premier way to develop React components, but right now it's marketed as an easy way to create real-world apps or as an example of server rendering. There are easier, better maintained ways to create real-world apps and simpler examples of server rendering, so I think we should refocus this project as a development environment before encouraging people to use it again.

jamesgpearce commented 10 years ago

Consider moving to the /reactjs account in the meantime

jordwalke commented 10 years ago

This should be in the reactjs account. It was created before we had github.com/reactjs

dazld commented 10 years ago

which are the simpler ways of rendering on node? was thinking about a weekend project playing with async rendering, but came here and have sadface now to see this. is there something more up to date..?

blissdev commented 10 years ago

There are easier, better maintained ways to create real-world apps and simpler examples of server rendering

@petehunt Could you please provide some links the references you mention?

rtorr commented 10 years ago

I would also be interested in what @blissdev mentioned :+1:

xixixao commented 10 years ago

@dazld @blissdev @rtorr https://github.com/mhart/react-server-example

petehunt commented 10 years ago

Also https://github.com/facebook/react/tree/master/examples/server-rendering was checked into the official repo yesterday.