razzle icon indicating copy to clipboard operation
razzle copied to clipboard

Looking for help / maintainers (Please read)

Open elliottjro opened this issue 6 years ago • 40 comments

It seems like there has been very low traction on this project @jaredpalmer

cc @maintainers-of-razzle (woops, pinged maintainers by accident)

There are many PRs with no comments from any of the maintainers, is there anything we can do to get this project back up and running?

EDIT: I will start working on the PRs from oldest. If there is anything that is super urgent please just @ me to that PR / Issue and I will try to get to it in a timely manner

elliottjro avatar Nov 13 '19 18:11 elliottjro

Uh oh...

fifn2 avatar Nov 17 '19 15:11 fifn2

No answer yet. Anyone up for forking to “dazzle” if another week goes by?

fivethreeo avatar Nov 21 '19 23:11 fivethreeo

@fivethreeo that is the plan

elliottjro avatar Nov 22 '19 19:11 elliottjro

@elliottjro any update on this?

ivywitter avatar Dec 02 '19 18:12 ivywitter

I’m not actively working on Razzle at the moment. It’s not that I’ve moved onto other alternatives, it’s just that I’m not currently working on any SSR applications. It is thus a lower-priority project for me until 1) React’s new server renderer comes out and 2) webpack 5 drops. If folks want to step up and help out that would be rad. If you’re interested, send me a DM on Twitter.

jaredpalmer avatar Dec 03 '19 05:12 jaredpalmer

React is getting a new server renderer? Where can I find out more about this?

fifn2 avatar Dec 03 '19 13:12 fifn2

@fifn2 here: https://twitter.com/jgcmarins/status/1200172819994357761

jgcmarins avatar Dec 03 '19 15:12 jgcmarins

@jaredpalmer dmed you on twitter

elliottjro avatar Dec 04 '19 23:12 elliottjro

How is it going? Webpack 5 beta released.

licg9999 avatar Jan 15 '20 17:01 licg9999

well @jaredpalmer is not responding on twitter or on github sooo we are just stuck here in limbo

elliottjro avatar Jan 16 '20 17:01 elliottjro

Just saw your message Elliot. Adding you as a contributor

jaredpalmer avatar Jan 16 '20 17:01 jaredpalmer

Razzle is good, SSR in mind is good, wish this project can go on. One day I need to mix gatsby and CRA, I found no better choice than Razzle.

licg9999 avatar Jan 16 '20 18:01 licg9999

Alrighty folks, Im gonna start working on the PRs from oldest. If there is anything that is super urgent please just @ me to that PR / Issue

elliottjro avatar Jan 24 '20 18:01 elliottjro

I don't use SSR to run in production. I use SSR with Razzle to produce static pages :). Razzle is no magic to me, it's good so far. I'm happy to hear the project is going on.

revskill10 avatar Jan 24 '20 18:01 revskill10

@elliottjro How about a new release that at least includes 08092dc to get rid of this audit advisory warning in razzle 3.0.0? https://www.npmjs.com/advisories/786

DomHoney avatar Jan 28 '20 15:01 DomHoney

@jaredpalmer please add me to contributors so I can start closing some of the issues.

sydoluciani avatar Feb 04 '20 20:02 sydoluciani

I can also help

sibelius avatar Feb 04 '20 20:02 sibelius

can we have a new release?

sibelius avatar Feb 23 '20 19:02 sibelius

It would also help with managing issues by automatically closing stale ones. Just need to change one line in the stalebot config.

Siilwyn avatar Feb 24 '20 10:02 Siilwyn

@elliottjro hello, would you mind to update CONTRIBUTING.md file? it's little confusing that we have a master and next branch and people just opening pull requests on the master branch ...

I think having master, develop and canary branches is very useful, we could also add automatic releases for canary branch ...

nimaa77 avatar Mar 13 '20 23:03 nimaa77

I'd be happy to help as well @jaredpalmer - I actually deprecated my cra-ssr boilerplate project in favor of suggesting people use Razzle. I'm a full-time OSS contributor and would be happy to merge some PR's and get this project running again. @elliottjro would you like some help?

cereallarceny avatar Mar 25 '20 13:03 cereallarceny

@jaredpalmer sent you a message on twitter. I would also be happy to contribute.

maxmoeschinger avatar Apr 06 '20 06:04 maxmoeschinger

me (@nimaa77) and @fivethreeo are working on this project.

if anyone is reading this and wants to participate just create a Pull Request and that's all

nimaa77 avatar Apr 25 '20 11:04 nimaa77

Fyi, been in hospital 1 and a half week. This project nearly ended abruptly, may abandon it due to health.

fivethreeo avatar Jun 04 '22 18:06 fivethreeo

I'm so sorry to hear that! Will you be okay? Is there anything we can do to help you out?

gregmartyn avatar Jun 06 '22 17:06 gregmartyn

Luckily I live in Norway with free healthcare and have a caring family, feeling better now but may need a drastic lifestyle change. Well wishes will do plenty :) Wrt razzle there is https://github.com/jaredpalmer/razzle/issues/1852 , I can lead razzle but if no one helps with design decisions, coding and docs razzle is sadly no more.

fivethreeo avatar Jun 06 '22 18:06 fivethreeo

Hi! How can I help you maintaining this project? I think razzle is awesome, and I choose it again and again over Remix or Nextjs.

Thank you, for your work!

sergeysova avatar Jul 11 '22 13:07 sergeysova

@sergeysova I was one of user of razzle. In general it's versatile enough for some kinds of web apps, but not all. For most of use cases, my suggestion is just use Next.JS. Some lackings from razzle from my experiences:

  • Static site delivery: Lacks of toolings like getStaticProps, or incremental static site building
  • Lack of 3rd party adoption: For most of startup, it's a real deal if 3rd party service have an example on the integration with your framework.
  • Separation of API and Frontend: It's good to separate those things.

revskill10 avatar Jul 12 '22 19:07 revskill10

@revskill10 I wanna use state managers to manage business-logic and all of the application behaviour. Nextjs is trying to steal control over the things. For example, I want to redirect user only from the business-logic (my model). But I need to use Nextjs-hooks instead, and nail my model to a React-component. It's awful

sergeysova avatar Jul 13 '22 09:07 sergeysova

Hi! How can I help you maintaining this project? I think razzle is awesome, and I choose it again and again over Remix or Nextjs.

Thank you, for your work!

Me too, just use razzle, not nextjs or remix. The development experience of razzle is better, you can control everything.

jleei avatar Sep 04 '22 17:09 jleei