Coder Social home page Coder Social logo

react-made-native-easy / react-made-native-easy.github.io Goto Github PK

View Code? Open in Web Editor NEW
291.0 8.0 55.0 19.95 MB

A reference for building production grade applications which are easy to test, maintain and extend to multiple platforms. This book is for the Web developers who have already got their hands dirty with react and ES6 and want to build complex native apps.

Home Page: https://react-made-native-easy.github.io/

License: Creative Commons Zero v1.0 Universal

CSS 100.00%
react-native reactjs redux native-apps book

react-made-native-easy.github.io's People

Contributors

a7ul avatar ialmoqren avatar kakulgupta avatar marcin-wicha avatar nek- avatar rgabs avatar sangeethakp avatar vishal9950 avatar wbowlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-made-native-easy.github.io's Issues

Translate for pt-BR

Translate for pt-BR

i very liked guide yours proposed, and would translate para pt-BR for help brazilians the write code more professional.

i would very the do the translate

Testing conventions: refers to expect but uses describe

In the section Testing conventions: https://www.reactnative.guide/7-testing/7.1-jest-setup.html it mentions:
"In each expect, we first mention the function name which is to be tested."

Summary
I believe this is referenced incorrectly because expect typically accepts the function to be tested.

Expected:

  • The code snippet uses describe, it or test, and expect
  • The conventions mention describe and it or test

Actual

  • The code snipped doesn't use expect it uses describe

I would've submitted a PR for this but I'm not sure of the ideal format.

Suggestion:

describe('counter', () => {
  it('should increment the passed value', () => {
    expect(counter(1)).toBe(2);
  });
});

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.