question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

POC with Next.js and feedback

See original GitHub issue

I’m building a POC using Next.js + Reaflow, hosted on Vercel.

It’s open source (MIT), see https://github.com/Vadorequest/poc-nextjs-reaflow Online demo hosted on Vercel at https://poc-nextjs-reaflow.vercel.app/

Here is a little feedback about using Reaflow:

  • framer-motion is a peer-dependency but it’s not explicit on the README, I had to figure it out myself. Importing reaflow will crash the whole app if it’s not installed.
    • This should be explicitly documented.
  • reaflow doesn’t play well on the server (Next.js renders on both server + client) and should only be rendered on the client
    • This should be explicitly documented.
  • foreignObject and events, bad DX, no example (spent quite some time on this)
    • Could have a SB example
    • Using React Select doesn’t work It’s actually because of foreignObject and CSS display property, need to document how to workaround
    • Add DB demo or documentation as to why it doesn’t work, workarounds, etc.

I’ll add more feedback as my POC grows.


PR trackings (all the things I wanna do):

Features:

Documentation:

Bug fixes:

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
amcdnlcommented, Feb 3, 2021

There is a few tests actually - feel free to add more - though I generally sway towards pure function tests over component tests. Feel free to add more!

1reaction
amcdnlcommented, Feb 3, 2021

Sure - would encourage you to join the discord channel - https://discord.com/invite/tt8wGExq35

Read more comments on GitHub >

github_iconTop Results From Across the Web

What we've learned from building NextJS POC - Tech Shaadi
We've worked on the NextJS POC, to evaluate if we can use this tool for our future development. The assumption was NextJS can...
Read more >
Laravel & Next JS based Blog - a POC - YouTube
I am planning to rebuild my blog from a Laravel based website into a Next JS based light website blog. The pages will...
Read more >
Advanced Features: Custom `Document` - Next.js
js 13 introduces the app/ directory (beta). This new directory has support for layouts, nested routes, and uses Server Components by default. Inside...
Read more >
Feedback for a NextJS alternative in go : r/golang - Reddit
I am working on a nextJS alternative and am pretty much just looking for some feedback on the project, as well as if...
Read more >
Next.js 13: The Game Changer? - Bits and Pieces
Bit's open-source tool help 250,000+ devs to build apps with components. Turn any UI, feature, or page into a reusable component — and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found