Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
polygona-3d-client
Advanced tools
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
apiKey
provided by Polygona.npm i polygona-3d-client
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Polygona3DClient } from 'polygona-3d-client';
const App = () => {
return (
<div>
<div id="header" style={{ height: '64px', backgroundColor: '#32aaca' }} />
<div style={{ position: 'relative', height: '95vh' }}>
<Polygona3DClient
apiKey="YOUR_CONSUMER_ID"
slug="customizable-minimalistic-egg-box"
colorScheme="purple"
objectColor="#b99aff"
/>
</div>
</div>
);
};
ReactDOM.render(<App />, document.getElementById('root'));
Available color schemes: gray
, red
, orange
, yellow
, green
, teal
, blue
, cyan
, purple
, pink
An example of the client app is also available in example-client
folder.
To run it just follow the steps below:
> In the root directory
Compile the library
npm i
npm start
> In the example-client directory
npm i
npm start
Server ready at http://localhost:1234
FAQs
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
We found that polygona-3d-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.