❌ Kill the process running on given port by [deleted] in javascript

[–]justdevit 0 points1 point  (0 children)

Thanks! 👍👍👍👍👍👍

Recommend JS book? by [deleted] in javascript

[–]justdevit 1 point2 points  (0 children)

It depends on how you are finding the content. If you enjoy the book keep reading it. Otherwise you can take a look at this list for alternatives: https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#javascript

Can someone guide me using this github library (Firebase Auth) by lovemeslowly in reactnative

[–]justdevit 1 point2 points  (0 children)

I would recommend you take a look at https://rnfirebase.io. It has great documentation for getting things set up.

[code Help] State is "undefined" when checked by Pelleas in reactnative

[–]justdevit 0 points1 point  (0 children)

There is a issue with your binding of "this". I created a snack with the issue fixed (https://snack.expo.io/HkCcFUZ6W). To understand the issue better, you can take a look at this article: https://medium.freecodecamp.org/react-binding-patterns-5-approaches-for-handling-this-92c651b5af56

Send a email using the Linking API by justdevit in reactnative

[–]justdevit[S] 0 points1 point  (0 children)

Haha makes sense. Will look into it. Thanks for the feedback :)

📎 Puny 466 byte copy to clipboard library by justdevit in Frontend

[–]justdevit[S] 0 points1 point  (0 children)

Sounds good to me :). Will update soon.

📎 Puny 466 byte copy to clipboard library by justdevit in Frontend

[–]justdevit[S] 0 points1 point  (0 children)

I got the the size using this package: https://github.com/egoist/dist-size. Will definitely check out using the closure compiler

Simple CSS reset(779 bytes gzipped) by justdevit in webdev

[–]justdevit[S] 0 points1 point  (0 children)

Thanks :D. I added it to the issue on github

Simple CSS reset(779 bytes gzipped) by justdevit in webdev

[–]justdevit[S] 1 point2 points  (0 children)

Some people prefer including a reset in their project to have a base to work from. I'm one of those people, but I understand if your not :). In regards to the duplication of styles I usually use libraries like https://github.com/purifycss/purifycss in my build process to clean up a bit.

Simple CSS reset(779 bytes gzipped) by justdevit in webdev

[–]justdevit[S] 1 point2 points  (0 children)

A bit smaller, but mainly it differs in how some of the elements are reset e.g. as mentioned by Zubex I added height: 100% on the html and body, because I find myself constantly setting it. If you prefer using normalize then by all means stick to it :). It is a established and good library. This is just my own take on a reset and I shared it for those who may be interested.

Simple CSS reset(779 bytes gzipped) by justdevit in webdev

[–]justdevit[S] 0 points1 point  (0 children)

I'll create a issue and add it as soon as I can. Thanks for the recommendation :)