Git Product home page Git Product logo

Comments (6)

talhasch avatar talhasch commented on June 22, 2024 1

Btw frameworks, libraries are not silver bullet. We will need optimization in every way.

from ecency-mobile.

hsyndeniz avatar hsyndeniz commented on June 22, 2024 1

@talhasch Markdown to Html is done with MarkdonwIt and react-native-htmlview packages.

Ionic will make things worse in the future. It is possible to do almost everything you do with Ionic with React Native. I will push the Markdown2Html parse example today for you to review.

from ecency-mobile.

feruzm avatar feruzm commented on June 22, 2024

ok thank you... good points.

Are you sure RN can handle markdown parsing, steem transaction signing, securely storing account sensitive data (private keys) etc. without hassle?

I agree about Ionic apps, from experience they are very quick to produce but performance requires a lot more effort and resources to maintain and improve. And https://github.com/esteemapp/esteem app is example of that prototype you mentioned @hsynterkr ...

We were talking with Talha earlier about tech stack, it should be solid and across the board supported from all the products we build and portable so that we don't repeat ourselves building same functionality with different languages from scratch but use what technology we already have components, services again. The reason we discussing or debating this here is to make final decision about technology stack so that we don't stop or change things in middle of development (it would be waste of resources)

What do you say @talhasch ?

from ecency-mobile.

hsyndeniz avatar hsyndeniz commented on June 22, 2024

React Native can easily handle all the operations mentioned. It can store data with LocalStorage. It can even keep private keys encrypted with Secure Storage.

from ecency-mobile.

talhasch avatar talhasch commented on June 22, 2024

Without doubt, react is faster than angular. For mobile it compiles to native, for web it uses virtual dom. Great for us.

I wonder how capable react native's WebView. The app will be strongly html depended. as you know markdown to html renderer, post editor... Before decide, I think you should deeply check if WebView is enough for us @hsynterkr

from ecency-mobile.

hsyndeniz avatar hsyndeniz commented on June 22, 2024

There are great open source rich text editors for React Native. Customizing will not be hard.
We can also use Markdown libraries. I just tried the markdownIt library that busy.org uses, it works fine with RN.

from ecency-mobile.

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.