Codejet
Search
K
Comment on page

React

Dive into the best practices for managing the React code you've exported from Codejet. Our guide offers two primary approaches:
  1. 1.
    Integrate with Existing Boilerplate:
    • Manually shift the contents from the exported "Codejet_generated_code.zip" into your project's "src" directory.
    • Alternatively, our helper script can automatically move and unpack files from your "Downloads" to the "src" directory, ensuring a hassle-free transfer.
  2. 2.
    Kickstarting a New Project:
    • Adopt the structure from our boilerplate example for optimal component integration.
Ensure your project's dependencies and configurations are primed and choose the method that complements your development process.
Read the detailed guide here: