andreypopp / react-quickstart

[DEPRECATED] React project template with server-side UI rendering and routing
371 stars 47 forks source link

Modularizing pages #2

Open shilpan opened 10 years ago

shilpan commented 10 years ago

Makes it clear clear what's a page and what's a view. Pages can probably reuse the views.

andreypopp commented 10 years ago

Hi, thanks for the PR. I plan to include several variants of react project templates within this repo:

After the reorganisation I'll merge your PR.

shilpan commented 10 years ago

I found issues with using Cortex and react-async btw, I would love to know how you did server side rendering (using react-async) with Cortex as your model

Shadowfaxenator commented 10 years ago

@andreypopp Are you going to implement the changes you mentioned? Especially interested in: direct data access during server rendering model layer (via cortex) dynamic code loading

andreypopp commented 10 years ago

@Shadowfaxenator yes, but not sure about the ETA

SimonDegraeve commented 10 years ago

@andreypopp any update on "I plan to include several variants of react project templates within this repo"? Look forward to check it. I am working with React for couple of months now, and I have to say that your packages were very helpful. I like the techno but still struggle sometimes how to architect my apps, especially with models. Do you plan to make an example for Flux or Capacitor?

By the way I just created a clone of this repo made with coffee, if you want to check react-coffee-quickstart. If you still plan to create different variant, I could help translating them to coffee.

Thanks