<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks Apps Deployment with React codebase in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122883#M10224</link>
    <description>&lt;P&gt;A colleague of mine is trying the same. React and mesop to have better control on the frontend while accessing the dashboard. WIP.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 19:24:22 GMT</pubDate>
    <dc:creator>chanukya-pekala</dc:creator>
    <dc:date>2025-06-25T19:24:22Z</dc:date>
    <item>
      <title>Databricks Apps Deployment with React codebase</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122115#M10195</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Need help to understand how we can deploy frontend(React) codebase via Databricks Apps as I am tried all templates and Custom App creation. It seems only Python based codebase can be deployed.&lt;/P&gt;&lt;P&gt;Let me know if anyone can help me with approach or fesibilty for the same.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amit Vishwakarma&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 12:00:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122115#M10195</guid>
      <dc:creator>amitkumarvish</dc:creator>
      <dc:date>2025-06-18T12:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Apps Deployment with React codebase</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122246#M10205</link>
      <description>&lt;P&gt;I’m curious about this too, The Databricks blog on general availability (&lt;A title="GA" href="http://www.databricks.com/blog/announcing-general-availability-databricks-apps" target="_blank" rel="noopener"&gt;GA&lt;/A&gt;) mentions "Bring-your-own-framework," but the documentation it links to only covers Python-based frameworks like Streamlit, Dash, and Gradio (&lt;A title="docs" href="http://docs.databricks.com/aws/en/dev-tools/databricks-apps/" target="_blank" rel="noopener"&gt;docs&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;From what I’ve found, based on the Python runtime, you might be able to host a FastAPI server, mount a built React project as static files, and deploy it as a Databricks App&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Building Databricks Apps with React and Mosaic AI Agents (&lt;A title="blog" href="http://www.databricks.com/blog/building-databricks-apps-react-and-mosaic-ai-agents-enterprise-chat-solutions" target="_blank" rel="noopener"&gt;blog&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Databricks Apps Cookbook FastAPI (&lt;A title="cookbook" href="http://apps-cookbook.dev/docs/fastapi/getting_started/create" target="_blank" rel="noopener"&gt;cookbook&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Has anyone tried this or found a better way to deploy a React frontend on Databricks Apps? I’d love to hear about your approach or if it’s even feasible.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 12:26:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122246#M10205</guid>
      <dc:creator>idunrlylikeu</dc:creator>
      <dc:date>2025-06-19T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Apps Deployment with React codebase</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122400#M10210</link>
      <description>&lt;P&gt;A React frontend can be used with a Python backend. If you're referring to node.js support, this is coming soon, stay tuned.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 21:18:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122400#M10210</guid>
      <dc:creator>cgrant</dc:creator>
      <dc:date>2025-06-20T21:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Apps Deployment with React codebase</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122883#M10224</link>
      <description>&lt;P&gt;A colleague of mine is trying the same. React and mesop to have better control on the frontend while accessing the dashboard. WIP.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 19:24:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122883#M10224</guid>
      <dc:creator>chanukya-pekala</dc:creator>
      <dc:date>2025-06-25T19:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Apps Deployment with React codebase</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122887#M10226</link>
      <description>&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/databricks-apps/tutorial-node" target="_self"&gt;Here is some new documentation&lt;/A&gt; for using node.js with Databricks apps.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 20:31:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps-deployment-with-react-codebase/m-p/122887#M10226</guid>
      <dc:creator>cgrant</dc:creator>
      <dc:date>2025-06-25T20:31:54Z</dc:date>
    </item>
  </channel>
</rss>

