Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Using React in a NetSuite Suitelet
I've coded up an example that delivers a React (Facebook JavaScript library) component to a NetSuite Suitelet. Critiques of React are that it's wordy and complicated... true. But it affords a developer the ability to create components (or controls) which can be added to existing NetSuite forms or Suitelets. I've been toying with the idea of bringing the SuiteCommerce Advanced SOLR search engine functionality into a React component that can be added in various NetSuite forms, for instance, estimate or sales order pages. Click a button and the page expands to let the user query the SCA SOLR API (See
2