Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for help / maintainers (Please read) #1159

Open
elliottjro opened this issue Nov 13, 2019 · 40 comments
Open

Looking for help / maintainers (Please read) #1159

elliottjro opened this issue Nov 13, 2019 · 40 comments
Assignees

Comments

@elliottjro
Copy link
Collaborator

elliottjro commented Nov 13, 2019

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

@fifn2
Copy link

fifn2 commented Nov 17, 2019

Uh oh...

@fivethreeo
Copy link
Collaborator

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

@elliottjro
Copy link
Collaborator Author

@fivethreeo that is the plan

@ivywitter
Copy link

@elliottjro any update on this?

@jaredpalmer
Copy link
Owner

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.

@fifn2
Copy link

fifn2 commented Dec 3, 2019

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

@jgcmarins
Copy link

@elliottjro elliottjro changed the title RFC: RAZZLE NO LONGER SUPPORTED?? RAZZLE - Looking for help / maintainers Dec 3, 2019
@elliottjro
Copy link
Collaborator Author

@jaredpalmer dmed you on twitter

@licg9999
Copy link

How is it going? Webpack 5 beta released.

@elliottjro
Copy link
Collaborator Author

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

@jaredpalmer
Copy link
Owner

Just saw your message Elliot. Adding you as a contributor

@licg9999
Copy link

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.

@elliottjro
Copy link
Collaborator Author

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 elliottjro self-assigned this Jan 24, 2020
@elliottjro elliottjro pinned this issue Jan 24, 2020
@elliottjro elliottjro changed the title RAZZLE - Looking for help / maintainers Looking for help / maintainers (Please read) Jan 24, 2020
@revskill10
Copy link

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.

@DomHoney
Copy link

@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

@sydoluciani
Copy link

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

@sibelius
Copy link

sibelius commented Feb 4, 2020

I can also help

@sibelius
Copy link

can we have a new release?

@Siilwyn
Copy link

Siilwyn commented Feb 24, 2020

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

@nimaa77
Copy link
Collaborator

nimaa77 commented Mar 13, 2020

@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 ...

@cereallarceny
Copy link

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?

@maxmoeschinger
Copy link
Contributor

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

@nimaa77
Copy link
Collaborator

nimaa77 commented Apr 25, 2020

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 nimaa77 closed this as completed Apr 25, 2020
@nimaa77 nimaa77 unpinned this issue Apr 25, 2020
@fivethreeo fivethreeo reopened this May 5, 2022
@fivethreeo fivethreeo pinned this issue May 5, 2022
@fivethreeo
Copy link
Collaborator

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

@gregmartyn
Copy link
Contributor

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

@fivethreeo
Copy link
Collaborator

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 #1852 , I can lead razzle but if no one helps with design decisions, coding and docs razzle is sadly no more.

@sergeysova
Copy link

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!

@revskill10
Copy link

@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.

@sergeysova
Copy link

@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

@jleei
Copy link

jleei commented Sep 4, 2022

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.

@fivethreeo
Copy link
Collaborator

I started rewriting razzle in the alpha branch. But the types I made there are no good. If you want to help take the plugin ideas from pothos graphql and use that in the alpha branch. But I won’t be the sole dev doing this like before. Someone needs to get the ball rolling and I may join in.

@sergeysova
Copy link

sergeysova commented Sep 5, 2022

@fivethreeo Please, set me as a reviewer. I need to figure out how it works, next I'm going to join the development

@fivethreeo
Copy link
Collaborator

the issue in @jaredpalmer controls this repo

@sergeysova
Copy link

What about moving it to an org? @jaredpalmer What do you think?

@fivethreeo
Copy link
Collaborator

I asked @jaredpalmer for that before, was not interested in that, but can fork it and rename it

@heath-freenome
Copy link
Contributor

heath-freenome commented Sep 19, 2022

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 React 18 is out, webpack 5 also... Are you considering picking this repo back up? Or is it up to the OSS community to fork/rename it and RIP this one?

@fivethreeo
Copy link
Collaborator

@heath-freenome
Copy link
Contributor

https://github.com/elzzad/dazzle

@fivethreeo Is this React 18 compliant? I also noticed the Examples are missing although they are mentioned in the README.md

@fivethreeo
Copy link
Collaborator

not much there at all yet

@fivethreeo
Copy link
Collaborator

fivethreeo commented Oct 1, 2022

Join us on discord https://discord.gg/dkwndyeF

@fivethreeo fivethreeo unpinned this issue Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests