diff --git a/content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md b/content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md new file mode 100644 index 00000000..f46e48c2 --- /dev/null +++ b/content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md @@ -0,0 +1,8 @@ +--- +title: Speed up your web development time by integrating Webflow into a React application +date: "2020-12-10" +description: "Writing JSX to build pixel perfect UI elements can be very time consuming and frustrating. Learn how react engineers can inject complex elements / React components into a Webflow generated HTML page." +cover: "speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application.png" +category: "programming" +author: "Rishabh Poddar" +--- \ No newline at end of file diff --git a/src/blog-details.js b/src/blog-details.js index f0f420fa..6ffce88b 100644 --- a/src/blog-details.js +++ b/src/blog-details.js @@ -59,18 +59,6 @@ module.exports = [ cover: "implementing-a-forgot-password-flow.png" }, }, - { - fields: { - slug: "/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application", - }, - frontmatter: { - title: "Speed up your web development time by integrating Webflow into a React application", - description: "Writing JSX to build pixel perfect UI elements can be very time consuming and frustrating. Learn how react engineers can inject complex elements / React components into a Webflow generated HTML page.", - category: "programming", - date: "December 10, 2020", - cover: "speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application.png" - } - }, { fields: { url: "https://www.youtube.com/watch?v=6Vzit514kZY&list=PLE5w09cAseKTIFCImkqFbSeYMHPzW7M_f&index=17",