Giter VIP home page Giter VIP logo

Comments (3)

ryyppy avatar ryyppy commented on July 24, 2024

It's probably what 90% of the people would be using (isn't it the defacto standard for NodeJS as well at this point?).

my impression was that ppl are still very heavily relying on commonjs (also for webpack setups etc)... i haven't been using any node that allowed ES6 imports so far (still relying on the esm module), but I might be out of touch with what everyone is doing nowadays

Edit: According to the NodeJS docs, ES6 are still in experimental phase: https://nodejs.org/api/esm.html#esm_modules_ecmascript_modules

Also it would be great to store the settings in localstorage, so they are restored on refresh

I wanted to hold off from local storage stuff after we collected some feedback for the new share-link feature. Local storage always means maintaining some kind of versioning schema to prevent problems with different bundle versions, also handle specific error scenarios, e.g. I can remember a time where the ReasonML playground couldn't boot up because I was loading malformed code from storage (ending in an endless loop).

Definitely something to look into at some point

from rescript-lang.org.

jfrolich avatar jfrolich commented on July 24, 2024

Edit: According to the NodeJS docs, ES6 are still in experimental phase

Ok indeed experimental but it is enabled by default. I don't use node heavily but I did saw some projects pick up modules (eg Gatsby).

Local storage always means maintaining some kind of versioning schema

I would suggest each particular setting into a specific local storage key, so you don't need anything like that. I agree that keeping the code itself in local storage is potentially problematic (I experienced this with the reasonml playground multiple times as well).

from rescript-lang.org.

ryyppy avatar ryyppy commented on July 24, 2024

I revisited the state of ES6 modules, and you may be right, probably better to set to ES6 by default. Still not sure about local storage though (url parameters vs local storage etc)

from rescript-lang.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.