Logo

    what-is-sdk

    Explore "what-is-sdk" with insightful episodes like and "TypeScript SDK Development: A 5-Year-Old Could Follow This Step-By-Step ~ Part 1: Our First MVP" from podcasts like " and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (1)

    TypeScript SDK Development: A 5-Year-Old Could Follow This Step-By-Step ~ Part 1: Our First MVP

    TypeScript SDK Development: A 5-Year-Old Could Follow This Step-By-Step ~ Part 1: Our First MVP

    This story was originally published on HackerNoon at: https://hackernoon.com/typescript-sdk-development-a-5-year-old-could-follow-this-step-by-step-part-1-our-first-mvp.
    In this tutorial, we are going to build our first basic SDK to get a basic understanding. TypeScript SDK / Library Development Tutorial
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #javascript, #typescript, #nodejs, #reactjs, #hackernoon-top-story, #sdk-development, #what-is-sdk, #how-to-build-a-sdk, and more.

    This story was written by: @smy. Learn more about this writer by checking @smy's about page, and for more stories, please visit hackernoon.com.

    In this tutorial, we are going to build our first basic SDK to get a basic understanding. The fundamental steps required to build the SDK are the following: Initializing the project with the right workflow settings. Choosing Bundler, and understanding its purpose. Understanding ESM, CJS, IIFE UMD to run SDK on different environments. Publishing as a library on NPM, semantic versioning and License.