-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
With threejs example #10301
With threejs example #10301
Conversation
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: a181ee1 |
Should I fix the problems or still wait for the final result ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use the public
folder instead of static
🙏
You can fix the lint issues with yarn lint-fix
(I can also do it for you before the merge when I test that the example works).
Sure. Both of them are done now. commit 4a0f340 Thank you |
I just pushed the changes in the same branch! is it ok or I have to create another branch? |
@afsanefda Don't worry about that. I'll review the example today or tomorrow 👍 |
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: 5d7b7ba |
@afsanefda Next.js supports importing CSS files now. You did not need to switch to styled-jsx! |
This is also Done . Thank you |
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: 0fbcc23 |
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Legacy Client Bundles (polyfills)
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: 6304de0 |
Thanks!! |
* With threejs example * static folder replaced with public folder - linting issues resolved * CR- gitignore removed- readmea updated- css files and package removed * used plain css file insteaded of styled component * built in css added Co-authored-by: welcomebackfda <[email protected]>
Hi @afsanefda Tried to implement Next.js with three.js... but got an compilation error, explained here: May I ask for a little help? |
Dear Next Community,
Here are two examples of using threejs in nextjs! I has some trouble using this library and I thought maybe it would be helpful to have it in canary examples.
Best Regards,
Afsane Fadaei