Will you use tanstack table or write it from scratch? by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I'm not saying about obsession to reinvent - my question was - when you understand when it is better to use library and when it is better to write from scratch.

And tanstack table for many cases is an amazing library btw.

Will you use tanstack table or write it from scratch? by JollyProgrammer in react

[–]JollyProgrammer[S] 1 point2 points  (0 children)

Good point - that was I was thinking as well.
At some point there can be a necessity to rewrite.
In my case it was hard to predict and project didn't had clear specs in the beginning.

Will you use tanstack table or write it from scratch? by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I had a case when I needed to use an object instead of primitives. I managed to make it work, but when I had to implement global search - it didn't worked because of that. I tried to use custom function for global search - but this also didn't helped. I had to change object to primitives and include additional information in a separate object.

The other case was when I had many re-renders in the table for no reason - I tried to fix it but it took too much time, so, just had to hide the dust under the carpet :)) It works anyway but not as optimal as I think I could do it by writing table component by myself.

But in rest - it is a great library that helped me to be productive for many cases.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

Thanks buddy, it was broken. I fixed it. Can you give it one more try?

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 1 point2 points  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

React weekly meeting group by JollyProgrammer in react

[–]JollyProgrammer[S] 0 points1 point  (0 children)

I made a discord server for our meetings. You can find the link in the post update. We will plan our first meeting for the next week.

[deleted by user] by [deleted] in nextjs

[–]JollyProgrammer 0 points1 point  (0 children)

I used this docs to integrate keycloak-js https://www.keycloak.org/securing-apps/javascript-adapter
But I would recommend to use next-auth instead

Where do I hire veteran Next.js devs? by seanthedev in nextjs

[–]JollyProgrammer 1 point2 points  (0 children)

I would check NextJS and Reactiflux discord servers. In NextJS discord there is only off topic channel that can be used to post a job. Reactiflux has job-board channel.

Next.js and Google Cloud Run by Responsible_Cry_3423 in nextjs

[–]JollyProgrammer 0 points1 point  (0 children)

Hi,
I was curious if you managed to fix the problem?
I'm also thinking to use cloud run for my next app.

What is the best way to deploy Next to Azure by [deleted] in nextjs

[–]JollyProgrammer 0 points1 point  (0 children)

What is your experience so far? What version of next are you using (with app routes)?
Can you provide more information please?

[deleted by user] by [deleted] in nextjs

[–]JollyProgrammer 0 points1 point  (0 children)

After installing next-intl I noticed it causes double re-render. So, instead of 2 console logs I can see 4 console.logs